Shades of Saddle Brown #8E390E
Tints of Saddle Brown #8E390E
RGB
CMYK
RGB Variations
Color information
#8E390E (or 0x8E390E) is known color: Saddle Brown. HEX triplet: 8E, 39 and 0E. RGB value is (142,57,14). Sum of RGB (Red+Green+Blue) = 142+57+14=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E390E is #71C6F1. Grayscale: #4D4D4D. Windows color (decimal): -7456498 or 932238. OLE color: 932238.
HSL color Cylindrical-coordinate representation of color #8E390E: hue angle of 20.16º 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 #8E390E is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 14 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.44 |
| HSL | 20.16º | 0.82% | 0.31% | - |
| HSV(B) | 20.16º | 0.9% | 0.56% | - |
| XYZ | 12.7 | 8.71 | 1.43 | - |
| YUV | 77.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 14 | 0 | 0.60 | 0.90 | 0.44 | 20.16 | 0.82 | 0.31 |
| Hex | 8E | 39 | E | 0 | 3C | 5A | 2C | 14 | 52 | 1F |
| Octal | 216 | 71 | 16 | 0 | 74 | 132 | 54 | 24 | 122 | 37 |
| Binary | 10001110 | 111001 | 1110 | 0 | 111100 | 1011010 | 101100 | 10100 | 1010010 | 11111 |
Color Harmonies of #8E390E
Complementary color
Monochromatic Colors of #8E390E
Black with #8E390E
Text Example
Text Example
White with #8E390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E390E; }
p { color: rgb(142,57,14); }
H1.HeaderClassName
{
color: #8E390E;
}
.AnyTagClassName
{
color: #8E390E;
}
</style>
background-color css
<style>
a { background-color: #8E390E; }
a { background-color: rgb(142,57,14); }
div.DivClassName
{
background-color: #8E390E;
}
.BgClassName
{
background-color: #8E390E;
}
</style>
border-color css
<style>
span { border-color: #8E390E; }
span { border-color: rgb(142,57,14); }
td.TdClassName
{
border-color: #8E390E;
}
.TagClassName
{
border-color: #8E390E;
}
</style>