Shades of Shadow #8C704B
Tints of Shadow #8C704B
RGB
CMYK
RGB Variations
Color information
#8C704B (or 0x8C704B) is known color: Shadow. HEX triplet: 8C, 70 and 4B. RGB value is (140,112,75). Sum of RGB (Red+Green+Blue) = 140+112+75=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C704B is #738FB4. Grayscale: #747474. Windows color (decimal): -7573429 or 4944012. OLE color: 4944012.
HSL color Cylindrical-coordinate representation of color #8C704B: hue angle of 34.15º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C704B is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 75 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.45 |
| HSL | 34.15º | 0.3% | 0.42% | - |
| HSV(B) | 34.15º | 0.46% | 0.55% | - |
| XYZ | 17.88 | 17.67 | 9.13 | - |
| YUV | 116.15 | 104.78 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 75 | 0 | 0.20 | 0.46 | 0.45 | 34.15 | 0.3 | 0.42 |
| Hex | 8C | 70 | 4B | 0 | 14 | 2E | 2D | 22 | 1E | 2A |
| Octal | 214 | 160 | 113 | 0 | 24 | 56 | 55 | 42 | 36 | 52 |
| Binary | 10001100 | 1110000 | 1001011 | 0 | 10100 | 101110 | 101101 | 100010 | 11110 | 101010 |
Color Harmonies of #8C704B
Complementary color
Monochromatic Colors of #8C704B
Black with #8C704B
Text Example
Text Example
White with #8C704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C704B; }
p { color: rgb(140,112,75); }
H1.HeaderClassName
{
color: #8C704B;
}
.AnyTagClassName
{
color: #8C704B;
}
</style>
background-color css
<style>
a { background-color: #8C704B; }
a { background-color: rgb(140,112,75); }
div.DivClassName
{
background-color: #8C704B;
}
.BgClassName
{
background-color: #8C704B;
}
</style>
border-color css
<style>
span { border-color: #8C704B; }
span { border-color: rgb(140,112,75); }
td.TdClassName
{
border-color: #8C704B;
}
.TagClassName
{
border-color: #8C704B;
}
</style>