Shades of Saddle Brown #803F0F
Tints of Saddle Brown #803F0F
RGB
CMYK
RGB Variations
Color information
#803F0F (or 0x803F0F) is known color: Saddle Brown. HEX triplet: 80, 3F and 0F. RGB value is (128,63,15). Sum of RGB (Red+Green+Blue) = 128+63+15=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #803F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F0F is #7FC0F0. Grayscale: #4D4D4D. Windows color (decimal): -8372465 or 999296. OLE color: 999296.
HSL color Cylindrical-coordinate representation of color #803F0F: hue angle of 25.49º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #803F0F is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 15 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.50 |
| HSL | 25.49º | 0.79% | 0.28% | - |
| HSV(B) | 25.49º | 0.88% | 0.5% | - |
| XYZ | 10.77 | 8.18 | 1.46 | - |
| YUV | 76.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 15 | 0 | 0.51 | 0.88 | 0.50 | 25.49 | 0.79 | 0.28 |
| Hex | 80 | 3F | F | 0 | 33 | 58 | 32 | 19 | 4F | 1C |
| Octal | 200 | 77 | 17 | 0 | 63 | 130 | 62 | 31 | 117 | 34 |
| Binary | 10000000 | 111111 | 1111 | 0 | 110011 | 1011000 | 110010 | 11001 | 1001111 | 11100 |
Color Harmonies of #803F0F
Complementary color
Monochromatic Colors of #803F0F
Black with #803F0F
Text Example
Text Example
White with #803F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F0F; }
p { color: rgb(128,63,15); }
H1.HeaderClassName
{
color: #803F0F;
}
.AnyTagClassName
{
color: #803F0F;
}
</style>
background-color css
<style>
a { background-color: #803F0F; }
a { background-color: rgb(128,63,15); }
div.DivClassName
{
background-color: #803F0F;
}
.BgClassName
{
background-color: #803F0F;
}
</style>
border-color css
<style>
span { border-color: #803F0F; }
span { border-color: rgb(128,63,15); }
td.TdClassName
{
border-color: #803F0F;
}
.TagClassName
{
border-color: #803F0F;
}
</style>