Shades of Saddle Brown #8E3906
Tints of Saddle Brown #8E3906
RGB
CMYK
RGB Variations
Color information
#8E3906 (or 0x8E3906) is known color: Saddle Brown. HEX triplet: 8E, 39 and 06. RGB value is (142,57,6). Sum of RGB (Red+Green+Blue) = 142+57+6=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3906 is #71C6F9. Grayscale: #4C4C4C. Windows color (decimal): -7456506 or 407950. OLE color: 407950.
HSL color Cylindrical-coordinate representation of color #8E3906: hue angle of 22.5º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E3906 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 6 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.44 |
| HSL | 22.5º | 0.92% | 0.29% | - |
| HSV(B) | 22.5º | 0.96% | 0.56% | - |
| XYZ | 12.65 | 8.69 | 1.18 | - |
| YUV | 76.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 6 | 0 | 0.60 | 0.96 | 0.44 | 22.5 | 0.92 | 0.29 |
| Hex | 8E | 39 | 6 | 0 | 3C | 60 | 2C | 16 | 5C | 1D |
| Octal | 216 | 71 | 6 | 0 | 74 | 140 | 54 | 26 | 134 | 35 |
| Binary | 10001110 | 111001 | 110 | 0 | 111100 | 1100000 | 101100 | 10110 | 1011100 | 11101 |
Color Harmonies of #8E3906
Complementary color
Monochromatic Colors of #8E3906
Black with #8E3906
Text Example
Text Example
White with #8E3906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3906; }
p { color: rgb(142,57,6); }
H1.HeaderClassName
{
color: #8E3906;
}
.AnyTagClassName
{
color: #8E3906;
}
</style>
background-color css
<style>
a { background-color: #8E3906; }
a { background-color: rgb(142,57,6); }
div.DivClassName
{
background-color: #8E3906;
}
.BgClassName
{
background-color: #8E3906;
}
</style>
border-color css
<style>
span { border-color: #8E3906; }
span { border-color: rgb(142,57,6); }
td.TdClassName
{
border-color: #8E3906;
}
.TagClassName
{
border-color: #8E3906;
}
</style>