Shades of Shadow #84714C
Tints of Shadow #84714C
RGB
CMYK
RGB Variations
Color information
#84714C (or 0x84714C) is known color: Shadow. HEX triplet: 84, 71 and 4C. RGB value is (132,113,76). Sum of RGB (Red+Green+Blue) = 132+113+76=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84714C is #7B8EB3. Grayscale: #727272. Windows color (decimal): -8097460 or 5009796. OLE color: 5009796.
HSL color Cylindrical-coordinate representation of color #84714C: hue angle of 39.64º degrees, saturation: 0.27, 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 #84714C is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 113 | 76 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.48 |
| HSL | 39.64º | 0.27% | 0.41% | - |
| HSV(B) | 39.64º | 0.42% | 0.52% | - |
| XYZ | 16.73 | 17.24 | 9.28 | - |
| YUV | 114.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 76 | 0 | 0.14 | 0.42 | 0.48 | 39.64 | 0.27 | 0.41 |
| Hex | 84 | 71 | 4C | 0 | E | 2A | 30 | 28 | 1B | 29 |
| Octal | 204 | 161 | 114 | 0 | 16 | 52 | 60 | 50 | 33 | 51 |
| Binary | 10000100 | 1110001 | 1001100 | 0 | 1110 | 101010 | 110000 | 101000 | 11011 | 101001 |
Color Harmonies of #84714C
Complementary color
Monochromatic Colors of #84714C
Black with #84714C
Text Example
Text Example
White with #84714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84714C; }
p { color: rgb(132,113,76); }
H1.HeaderClassName
{
color: #84714C;
}
.AnyTagClassName
{
color: #84714C;
}
</style>
background-color css
<style>
a { background-color: #84714C; }
a { background-color: rgb(132,113,76); }
div.DivClassName
{
background-color: #84714C;
}
.BgClassName
{
background-color: #84714C;
}
</style>
border-color css
<style>
span { border-color: #84714C; }
span { border-color: rgb(132,113,76); }
td.TdClassName
{
border-color: #84714C;
}
.TagClassName
{
border-color: #84714C;
}
</style>