Shades of Shadow #84724D
Tints of Shadow #84724D
RGB
CMYK
RGB Variations
Color information
#84724D (or 0x84724D) is known color: Shadow. HEX triplet: 84, 72 and 4D. RGB value is (132,114,77). Sum of RGB (Red+Green+Blue) = 132+114+77=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84724D is #7B8DB2. Grayscale: #737373. Windows color (decimal): -8097203 or 5075588. OLE color: 5075588.
HSL color Cylindrical-coordinate representation of color #84724D: hue angle of 40.36º 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 #84724D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 114 | 77 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.48 |
| HSL | 40.36º | 0.26% | 0.41% | - |
| HSV(B) | 40.36º | 0.42% | 0.52% | - |
| XYZ | 16.87 | 17.48 | 9.51 | - |
| YUV | 115.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 77 | 0 | 0.14 | 0.42 | 0.48 | 40.36 | 0.26 | 0.41 |
| Hex | 84 | 72 | 4D | 0 | E | 2A | 30 | 28 | 1A | 29 |
| Octal | 204 | 162 | 115 | 0 | 16 | 52 | 60 | 50 | 32 | 51 |
| Binary | 10000100 | 1110010 | 1001101 | 0 | 1110 | 101010 | 110000 | 101000 | 11010 | 101001 |
Color Harmonies of #84724D
Complementary color
Monochromatic Colors of #84724D
Black with #84724D
Text Example
Text Example
White with #84724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84724D; }
p { color: rgb(132,114,77); }
H1.HeaderClassName
{
color: #84724D;
}
.AnyTagClassName
{
color: #84724D;
}
</style>
background-color css
<style>
a { background-color: #84724D; }
a { background-color: rgb(132,114,77); }
div.DivClassName
{
background-color: #84724D;
}
.BgClassName
{
background-color: #84724D;
}
</style>
border-color css
<style>
span { border-color: #84724D; }
span { border-color: rgb(132,114,77); }
td.TdClassName
{
border-color: #84724D;
}
.TagClassName
{
border-color: #84724D;
}
</style>