Shades of Shadow #8E7A46
Tints of Shadow #8E7A46
RGB
CMYK
RGB Variations
Color information
#8E7A46 (or 0x8E7A46) is known color: Shadow. HEX triplet: 8E, 7A and 46. RGB value is (142,122,70). Sum of RGB (Red+Green+Blue) = 142+122+70=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7A46 is #7185B9. Grayscale: #7A7A7A. Windows color (decimal): -7439802 or 4618894. OLE color: 4618894.
HSL color Cylindrical-coordinate representation of color #8E7A46: hue angle of 43.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E7A46 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 70 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.44 |
| HSL | 43.33º | 0.34% | 0.42% | - |
| HSV(B) | 43.33º | 0.51% | 0.56% | - |
| XYZ | 19.22 | 20.11 | 8.66 | - |
| YUV | 122.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 70 | 0 | 0.14 | 0.51 | 0.44 | 43.33 | 0.34 | 0.42 |
| Hex | 8E | 7A | 46 | 0 | E | 33 | 2C | 2B | 22 | 2A |
| Octal | 216 | 172 | 106 | 0 | 16 | 63 | 54 | 53 | 42 | 52 |
| Binary | 10001110 | 1111010 | 1000110 | 0 | 1110 | 110011 | 101100 | 101011 | 100010 | 101010 |
Color Harmonies of #8E7A46
Complementary color
Monochromatic Colors of #8E7A46
Black with #8E7A46
Text Example
Text Example
White with #8E7A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A46; }
p { color: rgb(142,122,70); }
H1.HeaderClassName
{
color: #8E7A46;
}
.AnyTagClassName
{
color: #8E7A46;
}
</style>
background-color css
<style>
a { background-color: #8E7A46; }
a { background-color: rgb(142,122,70); }
div.DivClassName
{
background-color: #8E7A46;
}
.BgClassName
{
background-color: #8E7A46;
}
</style>
border-color css
<style>
span { border-color: #8E7A46; }
span { border-color: rgb(142,122,70); }
td.TdClassName
{
border-color: #8E7A46;
}
.TagClassName
{
border-color: #8E7A46;
}
</style>