Shades of Shadow #8C7149
Tints of Shadow #8C7149
RGB
CMYK
RGB Variations
Color information
#8C7149 (or 0x8C7149) is known color: Shadow. HEX triplet: 8C, 71 and 49. RGB value is (140,113,73). Sum of RGB (Red+Green+Blue) = 140+113+73=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7149 is #738EB6. Grayscale: #747474. Windows color (decimal): -7573175 or 4813196. OLE color: 4813196.
HSL color Cylindrical-coordinate representation of color #8C7149: hue angle of 35.82º 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 #8C7149 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 73 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.45 |
| HSL | 35.82º | 0.31% | 0.42% | - |
| HSV(B) | 35.82º | 0.48% | 0.55% | - |
| XYZ | 17.92 | 17.87 | 8.81 | - |
| YUV | 116.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 73 | 0 | 0.19 | 0.48 | 0.45 | 35.82 | 0.31 | 0.42 |
| Hex | 8C | 71 | 49 | 0 | 13 | 30 | 2D | 24 | 1F | 2A |
| Octal | 214 | 161 | 111 | 0 | 23 | 60 | 55 | 44 | 37 | 52 |
| Binary | 10001100 | 1110001 | 1001001 | 0 | 10011 | 110000 | 101101 | 100100 | 11111 | 101010 |
Color Harmonies of #8C7149
Complementary color
Monochromatic Colors of #8C7149
Black with #8C7149
Text Example
Text Example
White with #8C7149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7149; }
p { color: rgb(140,113,73); }
H1.HeaderClassName
{
color: #8C7149;
}
.AnyTagClassName
{
color: #8C7149;
}
</style>
background-color css
<style>
a { background-color: #8C7149; }
a { background-color: rgb(140,113,73); }
div.DivClassName
{
background-color: #8C7149;
}
.BgClassName
{
background-color: #8C7149;
}
</style>
border-color css
<style>
span { border-color: #8C7149; }
span { border-color: rgb(140,113,73); }
td.TdClassName
{
border-color: #8C7149;
}
.TagClassName
{
border-color: #8C7149;
}
</style>