Shades of Shadow #8C7853
Tints of Shadow #8C7853
RGB
CMYK
RGB Variations
Color information
#8C7853 (or 0x8C7853) is known color: Shadow. HEX triplet: 8C, 78 and 53. RGB value is (140,120,83). Sum of RGB (Red+Green+Blue) = 140+120+83=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7853 is #7387AC. Grayscale: #797979. Windows color (decimal): -7571373 or 5470348. OLE color: 5470348.
HSL color Cylindrical-coordinate representation of color #8C7853: hue angle of 38.95º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C7853 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 83 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.45 |
| HSL | 38.95º | 0.26% | 0.44% | - |
| HSV(B) | 38.95º | 0.41% | 0.55% | - |
| XYZ | 19.09 | 19.63 | 10.97 | - |
| YUV | 121.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 83 | 0 | 0.14 | 0.41 | 0.45 | 38.95 | 0.26 | 0.44 |
| Hex | 8C | 78 | 53 | 0 | E | 29 | 2D | 27 | 1A | 2C |
| Octal | 214 | 170 | 123 | 0 | 16 | 51 | 55 | 47 | 32 | 54 |
| Binary | 10001100 | 1111000 | 1010011 | 0 | 1110 | 101001 | 101101 | 100111 | 11010 | 101100 |
Color Harmonies of #8C7853
Complementary color
Monochromatic Colors of #8C7853
Black with #8C7853
Text Example
Text Example
White with #8C7853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7853; }
p { color: rgb(140,120,83); }
H1.HeaderClassName
{
color: #8C7853;
}
.AnyTagClassName
{
color: #8C7853;
}
</style>
background-color css
<style>
a { background-color: #8C7853; }
a { background-color: rgb(140,120,83); }
div.DivClassName
{
background-color: #8C7853;
}
.BgClassName
{
background-color: #8C7853;
}
</style>
border-color css
<style>
span { border-color: #8C7853; }
span { border-color: rgb(140,120,83); }
td.TdClassName
{
border-color: #8C7853;
}
.TagClassName
{
border-color: #8C7853;
}
</style>