Shades of Saddle Brown #8E4004
Tints of Saddle Brown #8E4004
RGB
CMYK
RGB Variations
Color information
#8E4004 (or 0x8E4004) is known color: Saddle Brown. HEX triplet: 8E, 40 and 04. RGB value is (142,64,4). Sum of RGB (Red+Green+Blue) = 142+64+4=210 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.62% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4004 is #71BFFB. Grayscale: #505050. Windows color (decimal): -7454716 or 278670. OLE color: 278670.
HSL color Cylindrical-coordinate representation of color #8E4004: hue angle of 26.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E4004 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 4 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.44 |
| HSL | 26.09º | 0.95% | 0.29% | - |
| HSV(B) | 26.09º | 0.97% | 0.56% | - |
| XYZ | 13.01 | 9.43 | 1.25 | - |
| YUV | 80.48 | 84.84 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 4 | 0 | 0.55 | 0.97 | 0.44 | 26.09 | 0.95 | 0.29 |
| Hex | 8E | 40 | 4 | 0 | 37 | 61 | 2C | 1A | 5F | 1D |
| Octal | 216 | 100 | 4 | 0 | 67 | 141 | 54 | 32 | 137 | 35 |
| Binary | 10001110 | 1000000 | 100 | 0 | 110111 | 1100001 | 101100 | 11010 | 1011111 | 11101 |
Color Harmonies of #8E4004
Complementary color
Monochromatic Colors of #8E4004
Black with #8E4004
Text Example
Text Example
White with #8E4004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4004; }
p { color: rgb(142,64,4); }
H1.HeaderClassName
{
color: #8E4004;
}
.AnyTagClassName
{
color: #8E4004;
}
</style>
background-color css
<style>
a { background-color: #8E4004; }
a { background-color: rgb(142,64,4); }
div.DivClassName
{
background-color: #8E4004;
}
.BgClassName
{
background-color: #8E4004;
}
</style>
border-color css
<style>
span { border-color: #8E4004; }
span { border-color: rgb(142,64,4); }
td.TdClassName
{
border-color: #8E4004;
}
.TagClassName
{
border-color: #8E4004;
}
</style>