Shades of Shadow #8C7449
Tints of Shadow #8C7449
RGB
CMYK
RGB Variations
Color information
#8C7449 (or 0x8C7449) is known color: Shadow. HEX triplet: 8C, 74 and 49. RGB value is (140,116,73). Sum of RGB (Red+Green+Blue) = 140+116+73=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7449 is #738BB6. Grayscale: #767676. Windows color (decimal): -7572407 or 4813964. OLE color: 4813964.
HSL color Cylindrical-coordinate representation of color #8C7449: hue angle of 38.51º 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 #8C7449 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 73 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.45 |
| HSL | 38.51º | 0.31% | 0.42% | - |
| HSV(B) | 38.51º | 0.48% | 0.55% | - |
| XYZ | 18.26 | 18.55 | 8.92 | - |
| YUV | 118.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 73 | 0 | 0.17 | 0.48 | 0.45 | 38.51 | 0.31 | 0.42 |
| Hex | 8C | 74 | 49 | 0 | 11 | 30 | 2D | 27 | 1F | 2A |
| Octal | 214 | 164 | 111 | 0 | 21 | 60 | 55 | 47 | 37 | 52 |
| Binary | 10001100 | 1110100 | 1001001 | 0 | 10001 | 110000 | 101101 | 100111 | 11111 | 101010 |
Color Harmonies of #8C7449
Complementary color
Monochromatic Colors of #8C7449
Black with #8C7449
Text Example
Text Example
White with #8C7449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7449; }
p { color: rgb(140,116,73); }
H1.HeaderClassName
{
color: #8C7449;
}
.AnyTagClassName
{
color: #8C7449;
}
</style>
background-color css
<style>
a { background-color: #8C7449; }
a { background-color: rgb(140,116,73); }
div.DivClassName
{
background-color: #8C7449;
}
.BgClassName
{
background-color: #8C7449;
}
</style>
border-color css
<style>
span { border-color: #8C7449; }
span { border-color: rgb(140,116,73); }
td.TdClassName
{
border-color: #8C7449;
}
.TagClassName
{
border-color: #8C7449;
}
</style>