Shades of Saddle Brown #8E420E
Tints of Saddle Brown #8E420E
RGB
CMYK
RGB Variations
Color information
#8E420E (or 0x8E420E) is known color: Saddle Brown. HEX triplet: 8E, 42 and 0E. RGB value is (142,66,14). Sum of RGB (Red+Green+Blue) = 142+66+14=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E420E is #71BDF1. Grayscale: #535353. Windows color (decimal): -7454194 or 934542. OLE color: 934542.
HSL color Cylindrical-coordinate representation of color #8E420E: hue angle of 24.38º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E420E is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 66 | 14 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.44 |
| HSL | 24.38º | 0.82% | 0.31% | - |
| HSV(B) | 24.38º | 0.9% | 0.56% | - |
| XYZ | 13.18 | 9.68 | 1.59 | - |
| YUV | 82.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 14 | 0 | 0.54 | 0.90 | 0.44 | 24.38 | 0.82 | 0.31 |
| Hex | 8E | 42 | E | 0 | 36 | 5A | 2C | 18 | 52 | 1F |
| Octal | 216 | 102 | 16 | 0 | 66 | 132 | 54 | 30 | 122 | 37 |
| Binary | 10001110 | 1000010 | 1110 | 0 | 110110 | 1011010 | 101100 | 11000 | 1010010 | 11111 |
Color Harmonies of #8E420E
Complementary color
Monochromatic Colors of #8E420E
Black with #8E420E
Text Example
Text Example
White with #8E420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E420E; }
p { color: rgb(142,66,14); }
H1.HeaderClassName
{
color: #8E420E;
}
.AnyTagClassName
{
color: #8E420E;
}
</style>
background-color css
<style>
a { background-color: #8E420E; }
a { background-color: rgb(142,66,14); }
div.DivClassName
{
background-color: #8E420E;
}
.BgClassName
{
background-color: #8E420E;
}
</style>
border-color css
<style>
span { border-color: #8E420E; }
span { border-color: rgb(142,66,14); }
td.TdClassName
{
border-color: #8E420E;
}
.TagClassName
{
border-color: #8E420E;
}
</style>