Shades of Shadow #8E7741
Tints of Shadow #8E7741
RGB
CMYK
RGB Variations
Color information
#8E7741 (or 0x8E7741) is known color: Shadow. HEX triplet: 8E, 77 and 41. RGB value is (142,119,65). Sum of RGB (Red+Green+Blue) = 142+119+65=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7741 is #7188BE. Grayscale: #777777. Windows color (decimal): -7440575 or 4290446. OLE color: 4290446.
HSL color Cylindrical-coordinate representation of color #8E7741: hue angle of 42.08º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E7741 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 65 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.44 |
| HSL | 42.08º | 0.37% | 0.41% | - |
| HSV(B) | 42.08º | 0.54% | 0.56% | - |
| XYZ | 18.71 | 19.33 | 7.75 | - |
| YUV | 119.72 | 97.12 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 65 | 0 | 0.16 | 0.54 | 0.44 | 42.08 | 0.37 | 0.41 |
| Hex | 8E | 77 | 41 | 0 | 10 | 36 | 2C | 2A | 25 | 29 |
| Octal | 216 | 167 | 101 | 0 | 20 | 66 | 54 | 52 | 45 | 51 |
| Binary | 10001110 | 1110111 | 1000001 | 0 | 10000 | 110110 | 101100 | 101010 | 100101 | 101001 |
Color Harmonies of #8E7741
Complementary color
Monochromatic Colors of #8E7741
Black with #8E7741
Text Example
Text Example
White with #8E7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7741; }
p { color: rgb(142,119,65); }
H1.HeaderClassName
{
color: #8E7741;
}
.AnyTagClassName
{
color: #8E7741;
}
</style>
background-color css
<style>
a { background-color: #8E7741; }
a { background-color: rgb(142,119,65); }
div.DivClassName
{
background-color: #8E7741;
}
.BgClassName
{
background-color: #8E7741;
}
</style>
border-color css
<style>
span { border-color: #8E7741; }
span { border-color: rgb(142,119,65); }
td.TdClassName
{
border-color: #8E7741;
}
.TagClassName
{
border-color: #8E7741;
}
</style>