Shades of Saddle Brown #803F0E
Tints of Saddle Brown #803F0E
RGB
CMYK
RGB Variations
Color information
#803F0E (or 0x803F0E) is known color: Saddle Brown. HEX triplet: 80, 3F and 0E. RGB value is (128,63,14). Sum of RGB (Red+Green+Blue) = 128+63+14=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #803F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803F0E is #7FC0F1. Grayscale: #4D4D4D. Windows color (decimal): -8372466 or 933760. OLE color: 933760.
HSL color Cylindrical-coordinate representation of color #803F0E: hue angle of 25.79º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #803F0E is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 14 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.50 |
| HSL | 25.79º | 0.8% | 0.28% | - |
| HSV(B) | 25.79º | 0.89% | 0.5% | - |
| XYZ | 10.76 | 8.18 | 1.43 | - |
| YUV | 76.85 | 92.53 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 14 | 0 | 0.51 | 0.89 | 0.50 | 25.79 | 0.8 | 0.28 |
| Hex | 80 | 3F | E | 0 | 33 | 59 | 32 | 1A | 50 | 1C |
| Octal | 200 | 77 | 16 | 0 | 63 | 131 | 62 | 32 | 120 | 34 |
| Binary | 10000000 | 111111 | 1110 | 0 | 110011 | 1011001 | 110010 | 11010 | 1010000 | 11100 |
Color Harmonies of #803F0E
Complementary color
Monochromatic Colors of #803F0E
Black with #803F0E
Text Example
Text Example
White with #803F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F0E; }
p { color: rgb(128,63,14); }
H1.HeaderClassName
{
color: #803F0E;
}
.AnyTagClassName
{
color: #803F0E;
}
</style>
background-color css
<style>
a { background-color: #803F0E; }
a { background-color: rgb(128,63,14); }
div.DivClassName
{
background-color: #803F0E;
}
.BgClassName
{
background-color: #803F0E;
}
</style>
border-color css
<style>
span { border-color: #803F0E; }
span { border-color: rgb(128,63,14); }
td.TdClassName
{
border-color: #803F0E;
}
.TagClassName
{
border-color: #803F0E;
}
</style>