Shades of Shadow #8E7240
Tints of Shadow #8E7240
RGB
CMYK
RGB Variations
Color information
#8E7240 (or 0x8E7240) is known color: Shadow. HEX triplet: 8E, 72 and 40. RGB value is (142,114,64). Sum of RGB (Red+Green+Blue) = 142+114+64=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7240 is #718DBF. Grayscale: #747474. Windows color (decimal): -7441856 or 4223630. OLE color: 4223630.
HSL color Cylindrical-coordinate representation of color #8E7240: hue angle of 38.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E7240 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 114 | 64 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.44 |
| HSL | 38.46º | 0.38% | 0.4% | - |
| HSV(B) | 38.46º | 0.55% | 0.56% | - |
| XYZ | 18.1 | 18.16 | 7.4 | - |
| YUV | 116.67 | 98.28 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 64 | 0 | 0.20 | 0.55 | 0.44 | 38.46 | 0.38 | 0.4 |
| Hex | 8E | 72 | 40 | 0 | 14 | 37 | 2C | 26 | 26 | 28 |
| Octal | 216 | 162 | 100 | 0 | 24 | 67 | 54 | 46 | 46 | 50 |
| Binary | 10001110 | 1110010 | 1000000 | 0 | 10100 | 110111 | 101100 | 100110 | 100110 | 101000 |
Color Harmonies of #8E7240
Complementary color
Monochromatic Colors of #8E7240
Black with #8E7240
Text Example
Text Example
White with #8E7240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7240; }
p { color: rgb(142,114,64); }
H1.HeaderClassName
{
color: #8E7240;
}
.AnyTagClassName
{
color: #8E7240;
}
</style>
background-color css
<style>
a { background-color: #8E7240; }
a { background-color: rgb(142,114,64); }
div.DivClassName
{
background-color: #8E7240;
}
.BgClassName
{
background-color: #8E7240;
}
</style>
border-color css
<style>
span { border-color: #8E7240; }
span { border-color: rgb(142,114,64); }
td.TdClassName
{
border-color: #8E7240;
}
.TagClassName
{
border-color: #8E7240;
}
</style>