Shades of Shadow #8E7850
Tints of Shadow #8E7850
RGB
CMYK
RGB Variations
Color information
#8E7850 (or 0x8E7850) is known color: Shadow. HEX triplet: 8E, 78 and 50. RGB value is (142,120,80). Sum of RGB (Red+Green+Blue) = 142+120+80=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7850 is #7187AF. Grayscale: #7A7A7A. Windows color (decimal): -7440304 or 5273742. OLE color: 5273742.
HSL color Cylindrical-coordinate representation of color #8E7850: hue angle of 38.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E7850 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 120 | 80 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.44 |
| HSL | 38.71º | 0.28% | 0.44% | - |
| HSV(B) | 38.71º | 0.44% | 0.56% | - |
| XYZ | 19.32 | 19.76 | 10.39 | - |
| YUV | 122.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 120 | 80 | 0 | 0.15 | 0.44 | 0.44 | 38.71 | 0.28 | 0.44 |
| Hex | 8E | 78 | 50 | 0 | F | 2C | 2C | 27 | 1C | 2C |
| Octal | 216 | 170 | 120 | 0 | 17 | 54 | 54 | 47 | 34 | 54 |
| Binary | 10001110 | 1111000 | 1010000 | 0 | 1111 | 101100 | 101100 | 100111 | 11100 | 101100 |
Color Harmonies of #8E7850
Complementary color
Monochromatic Colors of #8E7850
Black with #8E7850
Text Example
Text Example
White with #8E7850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7850; }
p { color: rgb(142,120,80); }
H1.HeaderClassName
{
color: #8E7850;
}
.AnyTagClassName
{
color: #8E7850;
}
</style>
background-color css
<style>
a { background-color: #8E7850; }
a { background-color: rgb(142,120,80); }
div.DivClassName
{
background-color: #8E7850;
}
.BgClassName
{
background-color: #8E7850;
}
</style>
border-color css
<style>
span { border-color: #8E7850; }
span { border-color: rgb(142,120,80); }
td.TdClassName
{
border-color: #8E7850;
}
.TagClassName
{
border-color: #8E7850;
}
</style>