Shades of Shadow #8C7441
Tints of Shadow #8C7441
RGB
CMYK
RGB Variations
Color information
#8C7441 (or 0x8C7441) is known color: Shadow. HEX triplet: 8C, 74 and 41. RGB value is (140,116,65). Sum of RGB (Red+Green+Blue) = 140+116+65=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7441 is #738BBE. Grayscale: #757575. Windows color (decimal): -7572415 or 4289676. OLE color: 4289676.
HSL color Cylindrical-coordinate representation of color #8C7441: hue angle of 40.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C7441 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 65 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.45 |
| HSL | 40.8º | 0.37% | 0.4% | - |
| HSV(B) | 40.8º | 0.54% | 0.55% | - |
| XYZ | 18.01 | 18.45 | 7.61 | - |
| YUV | 117.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 65 | 0 | 0.17 | 0.54 | 0.45 | 40.8 | 0.37 | 0.4 |
| Hex | 8C | 74 | 41 | 0 | 11 | 36 | 2D | 29 | 25 | 28 |
| Octal | 214 | 164 | 101 | 0 | 21 | 66 | 55 | 51 | 45 | 50 |
| Binary | 10001100 | 1110100 | 1000001 | 0 | 10001 | 110110 | 101101 | 101001 | 100101 | 101000 |
Color Harmonies of #8C7441
Complementary color
Monochromatic Colors of #8C7441
Black with #8C7441
Text Example
Text Example
White with #8C7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7441; }
p { color: rgb(140,116,65); }
H1.HeaderClassName
{
color: #8C7441;
}
.AnyTagClassName
{
color: #8C7441;
}
</style>
background-color css
<style>
a { background-color: #8C7441; }
a { background-color: rgb(140,116,65); }
div.DivClassName
{
background-color: #8C7441;
}
.BgClassName
{
background-color: #8C7441;
}
</style>
border-color css
<style>
span { border-color: #8C7441; }
span { border-color: rgb(140,116,65); }
td.TdClassName
{
border-color: #8C7441;
}
.TagClassName
{
border-color: #8C7441;
}
</style>