Shades of Shadow #8E6D47
Tints of Shadow #8E6D47
RGB
CMYK
RGB Variations
Color information
#8E6D47 (or 0x8E6D47) is known color: Shadow. HEX triplet: 8E, 6D and 47. RGB value is (142,109,71). Sum of RGB (Red+Green+Blue) = 142+109+71=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6D47 is #7192B8. Grayscale: #727272. Windows color (decimal): -7443129 or 4681102. OLE color: 4681102.
HSL color Cylindrical-coordinate representation of color #8E6D47: hue angle of 32.11º 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 #8E6D47 is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 109 | 71 | - |
| CMYK | 0 | 0.23 | 0.5 | 0.44 |
| HSL | 32.11º | 0.33% | 0.42% | - |
| HSV(B) | 32.11º | 0.5% | 0.56% | - |
| XYZ | 17.76 | 17.14 | 8.33 | - |
| YUV | 114.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 71 | 0 | 0.23 | 0.5 | 0.44 | 32.11 | 0.33 | 0.42 |
| Hex | 8E | 6D | 47 | 0 | 17 | 32 | 2C | 20 | 21 | 2A |
| Octal | 216 | 155 | 107 | 0 | 27 | 62 | 54 | 40 | 41 | 52 |
| Binary | 10001110 | 1101101 | 1000111 | 0 | 10111 | 110010 | 101100 | 100000 | 100001 | 101010 |
Color Harmonies of #8E6D47
Complementary color
Monochromatic Colors of #8E6D47
Black with #8E6D47
Text Example
Text Example
White with #8E6D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6D47; }
p { color: rgb(142,109,71); }
H1.HeaderClassName
{
color: #8E6D47;
}
.AnyTagClassName
{
color: #8E6D47;
}
</style>
background-color css
<style>
a { background-color: #8E6D47; }
a { background-color: rgb(142,109,71); }
div.DivClassName
{
background-color: #8E6D47;
}
.BgClassName
{
background-color: #8E6D47;
}
</style>
border-color css
<style>
span { border-color: #8E6D47; }
span { border-color: rgb(142,109,71); }
td.TdClassName
{
border-color: #8E6D47;
}
.TagClassName
{
border-color: #8E6D47;
}
</style>