Shades of Saddle Brown #8E5406
Tints of Saddle Brown #8E5406
RGB
CMYK
RGB Variations
Color information
#8E5406 (or 0x8E5406) is known color: Saddle Brown. HEX triplet: 8E, 54 and 06. RGB value is (142,84,6). Sum of RGB (Red+Green+Blue) = 142+84+6=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5406 is #71ABF9. Grayscale: #5C5C5C. Windows color (decimal): -7449594 or 414862. OLE color: 414862.
HSL color Cylindrical-coordinate representation of color #8E5406: hue angle of 34.41º 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 #8E5406 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 84 | 6 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.44 |
| HSL | 34.41º | 0.92% | 0.29% | - |
| HSV(B) | 34.41º | 0.96% | 0.56% | - |
| XYZ | 14.36 | 12.1 | 1.75 | - |
| YUV | 92.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 84 | 6 | 0 | 0.41 | 0.96 | 0.44 | 34.41 | 0.92 | 0.29 |
| Hex | 8E | 54 | 6 | 0 | 29 | 60 | 2C | 22 | 5C | 1D |
| Octal | 216 | 124 | 6 | 0 | 51 | 140 | 54 | 42 | 134 | 35 |
| Binary | 10001110 | 1010100 | 110 | 0 | 101001 | 1100000 | 101100 | 100010 | 1011100 | 11101 |
Color Harmonies of #8E5406
Complementary color
Monochromatic Colors of #8E5406
Black with #8E5406
Text Example
Text Example
White with #8E5406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5406; }
p { color: rgb(142,84,6); }
H1.HeaderClassName
{
color: #8E5406;
}
.AnyTagClassName
{
color: #8E5406;
}
</style>
background-color css
<style>
a { background-color: #8E5406; }
a { background-color: rgb(142,84,6); }
div.DivClassName
{
background-color: #8E5406;
}
.BgClassName
{
background-color: #8E5406;
}
</style>
border-color css
<style>
span { border-color: #8E5406; }
span { border-color: rgb(142,84,6); }
td.TdClassName
{
border-color: #8E5406;
}
.TagClassName
{
border-color: #8E5406;
}
</style>