Shades of Saddle Brown #803207
Tints of Saddle Brown #803207
RGB
CMYK
RGB Variations
Color information
#803207 (or 0x803207) is known color: Saddle Brown. HEX triplet: 80, 32 and 07. RGB value is (128,50,7). Sum of RGB (Red+Green+Blue) = 128+50+7=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #803207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803207 is #7FCDF8. Grayscale: #444444. Windows color (decimal): -8375801 or 471680. OLE color: 471680.
HSL color Cylindrical-coordinate representation of color #803207: hue angle of 21.32º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #803207 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 7 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.50 |
| HSL | 21.32º | 0.9% | 0.26% | - |
| HSV(B) | 21.32º | 0.95% | 0.5% | - |
| XYZ | 10.08 | 6.89 | 1 | - |
| YUV | 68.42 | 93.34 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 7 | 0 | 0.61 | 0.95 | 0.50 | 21.32 | 0.9 | 0.26 |
| Hex | 80 | 32 | 7 | 0 | 3D | 5F | 32 | 15 | 5A | 1A |
| Octal | 200 | 62 | 7 | 0 | 75 | 137 | 62 | 25 | 132 | 32 |
| Binary | 10000000 | 110010 | 111 | 0 | 111101 | 1011111 | 110010 | 10101 | 1011010 | 11010 |
Color Harmonies of #803207
Complementary color
Monochromatic Colors of #803207
Black with #803207
Text Example
Text Example
White with #803207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803207; }
p { color: rgb(128,50,7); }
H1.HeaderClassName
{
color: #803207;
}
.AnyTagClassName
{
color: #803207;
}
</style>
background-color css
<style>
a { background-color: #803207; }
a { background-color: rgb(128,50,7); }
div.DivClassName
{
background-color: #803207;
}
.BgClassName
{
background-color: #803207;
}
</style>
border-color css
<style>
span { border-color: #803207; }
span { border-color: rgb(128,50,7); }
td.TdClassName
{
border-color: #803207;
}
.TagClassName
{
border-color: #803207;
}
</style>