Shades of Shadow #84714D
Tints of Shadow #84714D
RGB
CMYK
RGB Variations
Color information
#84714D (or 0x84714D) is known color: Shadow. HEX triplet: 84, 71 and 4D. RGB value is (132,113,77). Sum of RGB (Red+Green+Blue) = 132+113+77=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84714D is #7B8EB2. Grayscale: #727272. Windows color (decimal): -8097459 or 5075332. OLE color: 5075332.
HSL color Cylindrical-coordinate representation of color #84714D: hue angle of 39.27º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84714D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 113 | 77 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.48 |
| HSL | 39.27º | 0.26% | 0.41% | - |
| HSV(B) | 39.27º | 0.42% | 0.52% | - |
| XYZ | 16.76 | 17.25 | 9.47 | - |
| YUV | 114.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 77 | 0 | 0.14 | 0.42 | 0.48 | 39.27 | 0.26 | 0.41 |
| Hex | 84 | 71 | 4D | 0 | E | 2A | 30 | 27 | 1A | 29 |
| Octal | 204 | 161 | 115 | 0 | 16 | 52 | 60 | 47 | 32 | 51 |
| Binary | 10000100 | 1110001 | 1001101 | 0 | 1110 | 101010 | 110000 | 100111 | 11010 | 101001 |
Color Harmonies of #84714D
Complementary color
Monochromatic Colors of #84714D
Black with #84714D
Text Example
Text Example
White with #84714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84714D; }
p { color: rgb(132,113,77); }
H1.HeaderClassName
{
color: #84714D;
}
.AnyTagClassName
{
color: #84714D;
}
</style>
background-color css
<style>
a { background-color: #84714D; }
a { background-color: rgb(132,113,77); }
div.DivClassName
{
background-color: #84714D;
}
.BgClassName
{
background-color: #84714D;
}
</style>
border-color css
<style>
span { border-color: #84714D; }
span { border-color: rgb(132,113,77); }
td.TdClassName
{
border-color: #84714D;
}
.TagClassName
{
border-color: #84714D;
}
</style>