Shades of Shadow #8E724B
Tints of Shadow #8E724B
RGB
CMYK
RGB Variations
Color information
#8E724B (or 0x8E724B) is known color: Shadow. HEX triplet: 8E, 72 and 4B. RGB value is (142,114,75). Sum of RGB (Red+Green+Blue) = 142+114+75=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E724B is #718DB4. Grayscale: #767676. Windows color (decimal): -7441845 or 4944526. OLE color: 4944526.
HSL color Cylindrical-coordinate representation of color #8E724B: hue angle of 34.93º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E724B is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 114 | 75 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.44 |
| HSL | 34.93º | 0.31% | 0.43% | - |
| HSV(B) | 34.93º | 0.47% | 0.56% | - |
| XYZ | 18.44 | 18.29 | 9.22 | - |
| YUV | 117.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 75 | 0 | 0.20 | 0.47 | 0.44 | 34.93 | 0.31 | 0.43 |
| Hex | 8E | 72 | 4B | 0 | 14 | 2F | 2C | 23 | 1F | 2B |
| Octal | 216 | 162 | 113 | 0 | 24 | 57 | 54 | 43 | 37 | 53 |
| Binary | 10001110 | 1110010 | 1001011 | 0 | 10100 | 101111 | 101100 | 100011 | 11111 | 101011 |
Color Harmonies of #8E724B
Complementary color
Monochromatic Colors of #8E724B
Black with #8E724B
Text Example
Text Example
White with #8E724B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E724B; }
p { color: rgb(142,114,75); }
H1.HeaderClassName
{
color: #8E724B;
}
.AnyTagClassName
{
color: #8E724B;
}
</style>
background-color css
<style>
a { background-color: #8E724B; }
a { background-color: rgb(142,114,75); }
div.DivClassName
{
background-color: #8E724B;
}
.BgClassName
{
background-color: #8E724B;
}
</style>
border-color css
<style>
span { border-color: #8E724B; }
span { border-color: rgb(142,114,75); }
td.TdClassName
{
border-color: #8E724B;
}
.TagClassName
{
border-color: #8E724B;
}
</style>