Shades of Saddle Brown #8E4E05
Tints of Saddle Brown #8E4E05
RGB
CMYK
RGB Variations
Color information
#8E4E05 (or 0x8E4E05) is known color: Saddle Brown. HEX triplet: 8E, 4E and 05. RGB value is (142,78,5). Sum of RGB (Red+Green+Blue) = 142+78+5=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E4E05 is #71B1FA. Grayscale: #595959. Windows color (decimal): -7451131 or 347790. OLE color: 347790.
HSL color Cylindrical-coordinate representation of color #8E4E05: hue angle of 31.97º degrees, saturation: 0.93, 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 #8E4E05 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 78 | 5 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.44 |
| HSL | 31.97º | 0.93% | 0.29% | - |
| HSV(B) | 31.97º | 0.96% | 0.56% | - |
| XYZ | 13.91 | 11.21 | 1.57 | - |
| YUV | 88.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 78 | 5 | 0 | 0.45 | 0.96 | 0.44 | 31.97 | 0.93 | 0.29 |
| Hex | 8E | 4E | 5 | 0 | 2D | 60 | 2C | 20 | 5D | 1D |
| Octal | 216 | 116 | 5 | 0 | 55 | 140 | 54 | 40 | 135 | 35 |
| Binary | 10001110 | 1001110 | 101 | 0 | 101101 | 1100000 | 101100 | 100000 | 1011101 | 11101 |
Color Harmonies of #8E4E05
Complementary color
Monochromatic Colors of #8E4E05
Black with #8E4E05
Text Example
Text Example
White with #8E4E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4E05; }
p { color: rgb(142,78,5); }
H1.HeaderClassName
{
color: #8E4E05;
}
.AnyTagClassName
{
color: #8E4E05;
}
</style>
background-color css
<style>
a { background-color: #8E4E05; }
a { background-color: rgb(142,78,5); }
div.DivClassName
{
background-color: #8E4E05;
}
.BgClassName
{
background-color: #8E4E05;
}
</style>
border-color css
<style>
span { border-color: #8E4E05; }
span { border-color: rgb(142,78,5); }
td.TdClassName
{
border-color: #8E4E05;
}
.TagClassName
{
border-color: #8E4E05;
}
</style>