Shades of Shadow #8E7A47
Tints of Shadow #8E7A47
RGB
CMYK
RGB Variations
Color information
#8E7A47 (or 0x8E7A47) is known color: Shadow. HEX triplet: 8E, 7A and 47. RGB value is (142,122,71). Sum of RGB (Red+Green+Blue) = 142+122+71=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7A47 is #7185B8. Grayscale: #7A7A7A. Windows color (decimal): -7439801 or 4684430. OLE color: 4684430.
HSL color Cylindrical-coordinate representation of color #8E7A47: hue angle of 43.1º 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 #8E7A47 is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 71 | - |
| CMYK | 0 | 0.14 | 0.5 | 0.44 |
| HSL | 43.1º | 0.33% | 0.42% | - |
| HSV(B) | 43.1º | 0.5% | 0.56% | - |
| XYZ | 19.25 | 20.12 | 8.83 | - |
| YUV | 122.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 71 | 0 | 0.14 | 0.5 | 0.44 | 43.1 | 0.33 | 0.42 |
| Hex | 8E | 7A | 47 | 0 | E | 32 | 2C | 2B | 21 | 2A |
| Octal | 216 | 172 | 107 | 0 | 16 | 62 | 54 | 53 | 41 | 52 |
| Binary | 10001110 | 1111010 | 1000111 | 0 | 1110 | 110010 | 101100 | 101011 | 100001 | 101010 |
Color Harmonies of #8E7A47
Complementary color
Monochromatic Colors of #8E7A47
Black with #8E7A47
Text Example
Text Example
White with #8E7A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A47; }
p { color: rgb(142,122,71); }
H1.HeaderClassName
{
color: #8E7A47;
}
.AnyTagClassName
{
color: #8E7A47;
}
</style>
background-color css
<style>
a { background-color: #8E7A47; }
a { background-color: rgb(142,122,71); }
div.DivClassName
{
background-color: #8E7A47;
}
.BgClassName
{
background-color: #8E7A47;
}
</style>
border-color css
<style>
span { border-color: #8E7A47; }
span { border-color: rgb(142,122,71); }
td.TdClassName
{
border-color: #8E7A47;
}
.TagClassName
{
border-color: #8E7A47;
}
</style>