Shades of Shadow #84724C
Tints of Shadow #84724C
RGB
CMYK
RGB Variations
Color information
#84724C (or 0x84724C) is known color: Shadow. HEX triplet: 84, 72 and 4C. RGB value is (132,114,76). Sum of RGB (Red+Green+Blue) = 132+114+76=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84724C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84724C is #7B8DB3. Grayscale: #737373. Windows color (decimal): -8097204 or 5010052. OLE color: 5010052.
HSL color Cylindrical-coordinate representation of color #84724C: hue angle of 40.71º 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 #84724C is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 114 | 76 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.48 |
| HSL | 40.71º | 0.27% | 0.41% | - |
| HSV(B) | 40.71º | 0.42% | 0.52% | - |
| XYZ | 16.84 | 17.46 | 9.32 | - |
| YUV | 115.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 76 | 0 | 0.14 | 0.42 | 0.48 | 40.71 | 0.27 | 0.41 |
| Hex | 84 | 72 | 4C | 0 | E | 2A | 30 | 29 | 1B | 29 |
| Octal | 204 | 162 | 114 | 0 | 16 | 52 | 60 | 51 | 33 | 51 |
| Binary | 10000100 | 1110010 | 1001100 | 0 | 1110 | 101010 | 110000 | 101001 | 11011 | 101001 |
Color Harmonies of #84724C
Complementary color
Monochromatic Colors of #84724C
Black with #84724C
Text Example
Text Example
White with #84724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84724C; }
p { color: rgb(132,114,76); }
H1.HeaderClassName
{
color: #84724C;
}
.AnyTagClassName
{
color: #84724C;
}
</style>
background-color css
<style>
a { background-color: #84724C; }
a { background-color: rgb(132,114,76); }
div.DivClassName
{
background-color: #84724C;
}
.BgClassName
{
background-color: #84724C;
}
</style>
border-color css
<style>
span { border-color: #84724C; }
span { border-color: rgb(132,114,76); }
td.TdClassName
{
border-color: #84724C;
}
.TagClassName
{
border-color: #84724C;
}
</style>