Shades of Shadow #8E744A
Tints of Shadow #8E744A
RGB
CMYK
RGB Variations
Color information
#8E744A (or 0x8E744A) is known color: Shadow. HEX triplet: 8E, 74 and 4A. RGB value is (142,116,74). Sum of RGB (Red+Green+Blue) = 142+116+74=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E744A is #718BB5. Grayscale: #777777. Windows color (decimal): -7441334 or 4879502. OLE color: 4879502.
HSL color Cylindrical-coordinate representation of color #8E744A: hue angle of 37.06º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E744A is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 116 | 74 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.44 |
| HSL | 37.06º | 0.31% | 0.42% | - |
| HSV(B) | 37.06º | 0.48% | 0.56% | - |
| XYZ | 18.64 | 18.74 | 9.11 | - |
| YUV | 118.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 116 | 74 | 0 | 0.18 | 0.48 | 0.44 | 37.06 | 0.31 | 0.42 |
| Hex | 8E | 74 | 4A | 0 | 12 | 30 | 2C | 25 | 1F | 2A |
| Octal | 216 | 164 | 112 | 0 | 22 | 60 | 54 | 45 | 37 | 52 |
| Binary | 10001110 | 1110100 | 1001010 | 0 | 10010 | 110000 | 101100 | 100101 | 11111 | 101010 |
Color Harmonies of #8E744A
Complementary color
Monochromatic Colors of #8E744A
Black with #8E744A
Text Example
Text Example
White with #8E744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E744A; }
p { color: rgb(142,116,74); }
H1.HeaderClassName
{
color: #8E744A;
}
.AnyTagClassName
{
color: #8E744A;
}
</style>
background-color css
<style>
a { background-color: #8E744A; }
a { background-color: rgb(142,116,74); }
div.DivClassName
{
background-color: #8E744A;
}
.BgClassName
{
background-color: #8E744A;
}
</style>
border-color css
<style>
span { border-color: #8E744A; }
span { border-color: rgb(142,116,74); }
td.TdClassName
{
border-color: #8E744A;
}
.TagClassName
{
border-color: #8E744A;
}
</style>