Shades of Shadow #8E7347
Tints of Shadow #8E7347
RGB
CMYK
RGB Variations
Color information
#8E7347 (or 0x8E7347) is known color: Shadow. HEX triplet: 8E, 73 and 47. RGB value is (142,115,71). Sum of RGB (Red+Green+Blue) = 142+115+71=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7347 is #718CB8. Grayscale: #767676. Windows color (decimal): -7441593 or 4682638. OLE color: 4682638.
HSL color Cylindrical-coordinate representation of color #8E7347: hue angle of 37.18º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E7347 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 115 | 71 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.44 |
| HSL | 37.18º | 0.33% | 0.42% | - |
| HSV(B) | 37.18º | 0.5% | 0.56% | - |
| XYZ | 18.42 | 18.47 | 8.55 | - |
| YUV | 118.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 115 | 71 | 0 | 0.19 | 0.5 | 0.44 | 37.18 | 0.33 | 0.42 |
| Hex | 8E | 73 | 47 | 0 | 13 | 32 | 2C | 25 | 21 | 2A |
| Octal | 216 | 163 | 107 | 0 | 23 | 62 | 54 | 45 | 41 | 52 |
| Binary | 10001110 | 1110011 | 1000111 | 0 | 10011 | 110010 | 101100 | 100101 | 100001 | 101010 |
Color Harmonies of #8E7347
Complementary color
Monochromatic Colors of #8E7347
Black with #8E7347
Text Example
Text Example
White with #8E7347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7347; }
p { color: rgb(142,115,71); }
H1.HeaderClassName
{
color: #8E7347;
}
.AnyTagClassName
{
color: #8E7347;
}
</style>
background-color css
<style>
a { background-color: #8E7347; }
a { background-color: rgb(142,115,71); }
div.DivClassName
{
background-color: #8E7347;
}
.BgClassName
{
background-color: #8E7347;
}
</style>
border-color css
<style>
span { border-color: #8E7347; }
span { border-color: rgb(142,115,71); }
td.TdClassName
{
border-color: #8E7347;
}
.TagClassName
{
border-color: #8E7347;
}
</style>