Shades of Saddle Brown #8E4D0E
Tints of Saddle Brown #8E4D0E
RGB
CMYK
RGB Variations
Color information
#8E4D0E (or 0x8E4D0E) is known color: Saddle Brown. HEX triplet: 8E, 4D and 0E. RGB value is (142,77,14). Sum of RGB (Red+Green+Blue) = 142+77+14=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E4D0E is #71B2F1. Grayscale: #595959. Windows color (decimal): -7451378 or 937358. OLE color: 937358.
HSL color Cylindrical-coordinate representation of color #8E4D0E: hue angle of 29.53º 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 #8E4D0E is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 77 | 14 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.44 |
| HSL | 29.53º | 0.82% | 0.31% | - |
| HSV(B) | 29.53º | 0.9% | 0.56% | - |
| XYZ | 13.89 | 11.09 | 1.82 | - |
| YUV | 89.25 | 85.53 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 77 | 14 | 0 | 0.46 | 0.90 | 0.44 | 29.53 | 0.82 | 0.31 |
| Hex | 8E | 4D | E | 0 | 2E | 5A | 2C | 1E | 52 | 1F |
| Octal | 216 | 115 | 16 | 0 | 56 | 132 | 54 | 36 | 122 | 37 |
| Binary | 10001110 | 1001101 | 1110 | 0 | 101110 | 1011010 | 101100 | 11110 | 1010010 | 11111 |
Color Harmonies of #8E4D0E
Complementary color
Monochromatic Colors of #8E4D0E
Black with #8E4D0E
Text Example
Text Example
White with #8E4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4D0E; }
p { color: rgb(142,77,14); }
H1.HeaderClassName
{
color: #8E4D0E;
}
.AnyTagClassName
{
color: #8E4D0E;
}
</style>
background-color css
<style>
a { background-color: #8E4D0E; }
a { background-color: rgb(142,77,14); }
div.DivClassName
{
background-color: #8E4D0E;
}
.BgClassName
{
background-color: #8E4D0E;
}
</style>
border-color css
<style>
span { border-color: #8E4D0E; }
span { border-color: rgb(142,77,14); }
td.TdClassName
{
border-color: #8E4D0E;
}
.TagClassName
{
border-color: #8E4D0E;
}
</style>