Shades of Saddle Brown #803200
Tints of Saddle Brown #803200
RGB
CMYK
RGB Variations
Color information
#803200 (or 0x803200) is known color: Saddle Brown. HEX triplet: 80, 32 and 00. RGB value is (128,50,0). Sum of RGB (Red+Green+Blue) = 128+50+0=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #803200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803200 is #7FCDFF. Grayscale: #434343. Windows color (decimal): -8375808 or 12928. OLE color: 12928.
HSL color Cylindrical-coordinate representation of color #803200: hue angle of 23.44º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #803200 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.50 |
| HSL | 23.44º | 1% | 0.25% | - |
| HSV(B) | 23.44º | 1% | 0.5% | - |
| XYZ | 10.04 | 6.87 | 0.8 | - |
| YUV | 67.62 | 89.84 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 0 | 0 | 0.61 | 1 | 0.50 | 23.44 | 1 | 0.25 |
| Hex | 80 | 32 | 0 | 0 | 3D | 64 | 32 | 17 | 64 | 19 |
| Octal | 200 | 62 | 0 | 0 | 75 | 144 | 62 | 27 | 144 | 31 |
| Binary | 10000000 | 110010 | 0 | 0 | 111101 | 1100100 | 110010 | 10111 | 1100100 | 11001 |
Color Harmonies of #803200
Complementary color
Monochromatic Colors of #803200
Black with #803200
Text Example
Text Example
White with #803200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803200; }
p { color: rgb(128,50,0); }
H1.HeaderClassName
{
color: #803200;
}
.AnyTagClassName
{
color: #803200;
}
</style>
background-color css
<style>
a { background-color: #803200; }
a { background-color: rgb(128,50,0); }
div.DivClassName
{
background-color: #803200;
}
.BgClassName
{
background-color: #803200;
}
</style>
border-color css
<style>
span { border-color: #803200; }
span { border-color: rgb(128,50,0); }
td.TdClassName
{
border-color: #803200;
}
.TagClassName
{
border-color: #803200;
}
</style>