Shades of Shadow #8C7549
Tints of Shadow #8C7549
RGB
CMYK
RGB Variations
Color information
#8C7549 (or 0x8C7549) is known color: Shadow. HEX triplet: 8C, 75 and 49. RGB value is (140,117,73). Sum of RGB (Red+Green+Blue) = 140+117+73=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7549 is #738AB6. Grayscale: #777777. Windows color (decimal): -7572151 or 4814220. OLE color: 4814220.
HSL color Cylindrical-coordinate representation of color #8C7549: hue angle of 39.4º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C7549 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 73 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.45 |
| HSL | 39.4º | 0.31% | 0.42% | - |
| HSV(B) | 39.4º | 0.48% | 0.55% | - |
| XYZ | 18.38 | 18.78 | 8.96 | - |
| YUV | 118.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 73 | 0 | 0.16 | 0.48 | 0.45 | 39.4 | 0.31 | 0.42 |
| Hex | 8C | 75 | 49 | 0 | 10 | 30 | 2D | 27 | 1F | 2A |
| Octal | 214 | 165 | 111 | 0 | 20 | 60 | 55 | 47 | 37 | 52 |
| Binary | 10001100 | 1110101 | 1001001 | 0 | 10000 | 110000 | 101101 | 100111 | 11111 | 101010 |
Color Harmonies of #8C7549
Complementary color
Monochromatic Colors of #8C7549
Black with #8C7549
Text Example
Text Example
White with #8C7549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7549; }
p { color: rgb(140,117,73); }
H1.HeaderClassName
{
color: #8C7549;
}
.AnyTagClassName
{
color: #8C7549;
}
</style>
background-color css
<style>
a { background-color: #8C7549; }
a { background-color: rgb(140,117,73); }
div.DivClassName
{
background-color: #8C7549;
}
.BgClassName
{
background-color: #8C7549;
}
</style>
border-color css
<style>
span { border-color: #8C7549; }
span { border-color: rgb(140,117,73); }
td.TdClassName
{
border-color: #8C7549;
}
.TagClassName
{
border-color: #8C7549;
}
</style>