Shades of Shadow #8C733F
Tints of Shadow #8C733F
RGB
CMYK
RGB Variations
Color information
#8C733F (or 0x8C733F) is known color: Shadow. HEX triplet: 8C, 73 and 3F. RGB value is (140,115,63). Sum of RGB (Red+Green+Blue) = 140+115+63=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C733F is #738CC0. Grayscale: #747474. Windows color (decimal): -7572673 or 4158348. OLE color: 4158348.
HSL color Cylindrical-coordinate representation of color #8C733F: hue angle of 40.52º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C733F is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 63 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.45 |
| HSL | 40.52º | 0.38% | 0.4% | - |
| HSV(B) | 40.52º | 0.55% | 0.55% | - |
| XYZ | 17.84 | 18.2 | 7.27 | - |
| YUV | 116.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 63 | 0 | 0.18 | 0.55 | 0.45 | 40.52 | 0.38 | 0.4 |
| Hex | 8C | 73 | 3F | 0 | 12 | 37 | 2D | 29 | 26 | 28 |
| Octal | 214 | 163 | 77 | 0 | 22 | 67 | 55 | 51 | 46 | 50 |
| Binary | 10001100 | 1110011 | 111111 | 0 | 10010 | 110111 | 101101 | 101001 | 100110 | 101000 |
Color Harmonies of #8C733F
Complementary color
Monochromatic Colors of #8C733F
Black with #8C733F
Text Example
Text Example
White with #8C733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C733F; }
p { color: rgb(140,115,63); }
H1.HeaderClassName
{
color: #8C733F;
}
.AnyTagClassName
{
color: #8C733F;
}
</style>
background-color css
<style>
a { background-color: #8C733F; }
a { background-color: rgb(140,115,63); }
div.DivClassName
{
background-color: #8C733F;
}
.BgClassName
{
background-color: #8C733F;
}
</style>
border-color css
<style>
span { border-color: #8C733F; }
span { border-color: rgb(140,115,63); }
td.TdClassName
{
border-color: #8C733F;
}
.TagClassName
{
border-color: #8C733F;
}
</style>