Shades of Saddle Brown #803F08
Tints of Saddle Brown #803F08
RGB
CMYK
RGB Variations
Color information
#803F08 (or 0x803F08) is known color: Saddle Brown. HEX triplet: 80, 3F and 08. RGB value is (128,63,8). Sum of RGB (Red+Green+Blue) = 128+63+8=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #803F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F08 is #7FC0F7. Grayscale: #4C4C4C. Windows color (decimal): -8372472 or 540544. OLE color: 540544.
HSL color Cylindrical-coordinate representation of color #803F08: hue angle of 27.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #803F08 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 8 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.50 |
| HSL | 27.5º | 0.88% | 0.27% | - |
| HSV(B) | 27.5º | 0.94% | 0.5% | - |
| XYZ | 10.72 | 8.16 | 1.24 | - |
| YUV | 76.17 | 89.53 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 8 | 0 | 0.51 | 0.94 | 0.50 | 27.5 | 0.88 | 0.27 |
| Hex | 80 | 3F | 8 | 0 | 33 | 5E | 32 | 1C | 58 | 1B |
| Octal | 200 | 77 | 10 | 0 | 63 | 136 | 62 | 34 | 130 | 33 |
| Binary | 10000000 | 111111 | 1000 | 0 | 110011 | 1011110 | 110010 | 11100 | 1011000 | 11011 |
Color Harmonies of #803F08
Complementary color
Monochromatic Colors of #803F08
Black with #803F08
Text Example
Text Example
White with #803F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F08; }
p { color: rgb(128,63,8); }
H1.HeaderClassName
{
color: #803F08;
}
.AnyTagClassName
{
color: #803F08;
}
</style>
background-color css
<style>
a { background-color: #803F08; }
a { background-color: rgb(128,63,8); }
div.DivClassName
{
background-color: #803F08;
}
.BgClassName
{
background-color: #803F08;
}
</style>
border-color css
<style>
span { border-color: #803F08; }
span { border-color: rgb(128,63,8); }
td.TdClassName
{
border-color: #803F08;
}
.TagClassName
{
border-color: #803F08;
}
</style>