Shades of Shadow #8C7541
Tints of Shadow #8C7541
RGB
CMYK
RGB Variations
Color information
#8C7541 (or 0x8C7541) is known color: Shadow. HEX triplet: 8C, 75 and 41. RGB value is (140,117,65). Sum of RGB (Red+Green+Blue) = 140+117+65=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7541 is #738ABE. Grayscale: #767676. Windows color (decimal): -7572159 or 4289932. OLE color: 4289932.
HSL color Cylindrical-coordinate representation of color #8C7541: hue angle of 41.6º 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 #8C7541 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 65 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.45 |
| HSL | 41.6º | 0.37% | 0.4% | - |
| HSV(B) | 41.6º | 0.54% | 0.55% | - |
| XYZ | 18.13 | 18.68 | 7.65 | - |
| YUV | 117.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 65 | 0 | 0.16 | 0.54 | 0.45 | 41.6 | 0.37 | 0.4 |
| Hex | 8C | 75 | 41 | 0 | 10 | 36 | 2D | 2A | 25 | 28 |
| Octal | 214 | 165 | 101 | 0 | 20 | 66 | 55 | 52 | 45 | 50 |
| Binary | 10001100 | 1110101 | 1000001 | 0 | 10000 | 110110 | 101101 | 101010 | 100101 | 101000 |
Color Harmonies of #8C7541
Complementary color
Monochromatic Colors of #8C7541
Black with #8C7541
Text Example
Text Example
White with #8C7541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7541; }
p { color: rgb(140,117,65); }
H1.HeaderClassName
{
color: #8C7541;
}
.AnyTagClassName
{
color: #8C7541;
}
</style>
background-color css
<style>
a { background-color: #8C7541; }
a { background-color: rgb(140,117,65); }
div.DivClassName
{
background-color: #8C7541;
}
.BgClassName
{
background-color: #8C7541;
}
</style>
border-color css
<style>
span { border-color: #8C7541; }
span { border-color: rgb(140,117,65); }
td.TdClassName
{
border-color: #8C7541;
}
.TagClassName
{
border-color: #8C7541;
}
</style>