Shades of Saddle Brown #8E3806
Tints of Saddle Brown #8E3806
RGB
CMYK
RGB Variations
Color information
#8E3806 (or 0x8E3806) is known color: Saddle Brown. HEX triplet: 8E, 38 and 06. RGB value is (142,56,6). Sum of RGB (Red+Green+Blue) = 142+56+6=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3806 is #71C7F9. Grayscale: #4C4C4C. Windows color (decimal): -7456762 or 407694. OLE color: 407694.
HSL color Cylindrical-coordinate representation of color #8E3806: hue angle of 22.06º 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 #8E3806 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 56 | 6 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.44 |
| HSL | 22.06º | 0.92% | 0.29% | - |
| HSV(B) | 22.06º | 0.96% | 0.56% | - |
| XYZ | 12.6 | 8.59 | 1.17 | - |
| YUV | 76.01 | 88.49 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 56 | 6 | 0 | 0.61 | 0.96 | 0.44 | 22.06 | 0.92 | 0.29 |
| Hex | 8E | 38 | 6 | 0 | 3D | 60 | 2C | 16 | 5C | 1D |
| Octal | 216 | 70 | 6 | 0 | 75 | 140 | 54 | 26 | 134 | 35 |
| Binary | 10001110 | 111000 | 110 | 0 | 111101 | 1100000 | 101100 | 10110 | 1011100 | 11101 |
Color Harmonies of #8E3806
Complementary color
Monochromatic Colors of #8E3806
Black with #8E3806
Text Example
Text Example
White with #8E3806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3806; }
p { color: rgb(142,56,6); }
H1.HeaderClassName
{
color: #8E3806;
}
.AnyTagClassName
{
color: #8E3806;
}
</style>
background-color css
<style>
a { background-color: #8E3806; }
a { background-color: rgb(142,56,6); }
div.DivClassName
{
background-color: #8E3806;
}
.BgClassName
{
background-color: #8E3806;
}
</style>
border-color css
<style>
span { border-color: #8E3806; }
span { border-color: rgb(142,56,6); }
td.TdClassName
{
border-color: #8E3806;
}
.TagClassName
{
border-color: #8E3806;
}
</style>