Shades of Shadow #8E7A49
Tints of Shadow #8E7A49
RGB
CMYK
RGB Variations
Color information
#8E7A49 (or 0x8E7A49) is known color: Shadow. HEX triplet: 8E, 7A and 49. RGB value is (142,122,73). Sum of RGB (Red+Green+Blue) = 142+122+73=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7A49 is #7185B6. Grayscale: #7A7A7A. Windows color (decimal): -7439799 or 4815502. OLE color: 4815502.
HSL color Cylindrical-coordinate representation of color #8E7A49: hue angle of 42.61º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E7A49 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 73 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.44 |
| HSL | 42.61º | 0.32% | 0.42% | - |
| HSV(B) | 42.61º | 0.49% | 0.56% | - |
| XYZ | 19.32 | 20.15 | 9.17 | - |
| YUV | 122.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 73 | 0 | 0.14 | 0.49 | 0.44 | 42.61 | 0.32 | 0.42 |
| Hex | 8E | 7A | 49 | 0 | E | 31 | 2C | 2B | 20 | 2A |
| Octal | 216 | 172 | 111 | 0 | 16 | 61 | 54 | 53 | 40 | 52 |
| Binary | 10001110 | 1111010 | 1001001 | 0 | 1110 | 110001 | 101100 | 101011 | 100000 | 101010 |
Color Harmonies of #8E7A49
Complementary color
Monochromatic Colors of #8E7A49
Black with #8E7A49
Text Example
Text Example
White with #8E7A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A49; }
p { color: rgb(142,122,73); }
H1.HeaderClassName
{
color: #8E7A49;
}
.AnyTagClassName
{
color: #8E7A49;
}
</style>
background-color css
<style>
a { background-color: #8E7A49; }
a { background-color: rgb(142,122,73); }
div.DivClassName
{
background-color: #8E7A49;
}
.BgClassName
{
background-color: #8E7A49;
}
</style>
border-color css
<style>
span { border-color: #8E7A49; }
span { border-color: rgb(142,122,73); }
td.TdClassName
{
border-color: #8E7A49;
}
.TagClassName
{
border-color: #8E7A49;
}
</style>