One thing is what we call "brown" (or any other color) and another what physics describe as colors.
First: when we deal with colors (leave wavelenghts aside for a while), we have Three different things asociated with them, known in the RGB system as HIV (Not what you are thinking!):
1) <B>HUE;</B> What we call pure color, red, green, yelow, blue, etc., also known as SHADE. (Not sunglasses!)
2) <B>INTENSITY:</B> the amount of white light in the color.
3) <B>VALUE:</B> The amount of GREY the color has.
If you take a look at the different color tables used in photography and the printing industry, you'll see huindreds of pages containing squares of colors of different shade, and intensity. it is extermely difficult to distinguish two adjacent colors (can only be done by special instruments).
Go to any paint program you might have (Corel Draw, Adobe Photoshop, etc) and take a look at the color palette requester they have (when you try to select colors not in the deafult palette). That will give you an idea of the 16 million + colors a computer can handle (the human eye could barely differentiate about 4,096).
Actually, <font color="#800000"><B>BROWN</B></font> is a shade of <font color="#FF0000"><B>RED</B></font> (it is a dark red). If you have an HTML editor, just make this proof: in the "color backgrounf" values just type "#800000" (the value for pure red is "#FF0000". The order for values in the HTML code is RED - GREEN - BLUE, and the intensity is hexadecimal, that is 16 numbers from 1 to 10 and then the letters A, B, C, D, E, F (A=10, B=11, .. F=16).
Thus, if you want to get red, you type: <B>"#FF0000"</B> (that means: <b>RED=maximum, GREEN and BLUE=zero</B>.
<font color="#FFFF00"><B>Yellow</B></font> is the mixture of <font color="#00FF00"><B>GREEN</B></font> and <font color="#FF0000"><B>RED</B></font> (additive theory) so it goes: <b>YELLOW= "#FF FF 00</B>, and </b><font color="#800000"><b>BROWN</B></font> is <B>"#80 00 00"</B>. A dark shade of RED.
To be <b>Brown</b> or not to Be.