Shades of Shadow #8D7140
Tints of Shadow #8D7140
RGB
CMYK
RGB Variations
Color information
#8D7140 (or 0x8D7140) is known color: Shadow. HEX triplet: 8D, 71 and 40. RGB value is (141,113,64). Sum of RGB (Red+Green+Blue) = 141+113+64=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7140 is #728EBF. Grayscale: #747474. Windows color (decimal): -7507648 or 4223373. OLE color: 4223373.
HSL color Cylindrical-coordinate representation of color #8D7140: hue angle of 38.18º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D7140 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 64 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.45 |
| HSL | 38.18º | 0.38% | 0.4% | - |
| HSV(B) | 38.18º | 0.55% | 0.55% | - |
| XYZ | 17.82 | 17.84 | 7.36 | - |
| YUV | 115.79 | 98.78 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 64 | 0 | 0.20 | 0.55 | 0.45 | 38.18 | 0.38 | 0.4 |
| Hex | 8D | 71 | 40 | 0 | 14 | 37 | 2D | 26 | 26 | 28 |
| Octal | 215 | 161 | 100 | 0 | 24 | 67 | 55 | 46 | 46 | 50 |
| Binary | 10001101 | 1110001 | 1000000 | 0 | 10100 | 110111 | 101101 | 100110 | 100110 | 101000 |
Color Harmonies of #8D7140
Complementary color
Monochromatic Colors of #8D7140
Black with #8D7140
Text Example
Text Example
White with #8D7140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7140; }
p { color: rgb(141,113,64); }
H1.HeaderClassName
{
color: #8D7140;
}
.AnyTagClassName
{
color: #8D7140;
}
</style>
background-color css
<style>
a { background-color: #8D7140; }
a { background-color: rgb(141,113,64); }
div.DivClassName
{
background-color: #8D7140;
}
.BgClassName
{
background-color: #8D7140;
}
</style>
border-color css
<style>
span { border-color: #8D7140; }
span { border-color: rgb(141,113,64); }
td.TdClassName
{
border-color: #8D7140;
}
.TagClassName
{
border-color: #8D7140;
}
</style>