Shades of Shadow #84704D
Tints of Shadow #84704D
RGB
CMYK
RGB Variations
Color information
#84704D (or 0x84704D) is known color: Shadow. HEX triplet: 84, 70 and 4D. RGB value is (132,112,77). Sum of RGB (Red+Green+Blue) = 132+112+77=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84704D is #7B8FB2. Grayscale: #727272. Windows color (decimal): -8097715 or 5075076. OLE color: 5075076.
HSL color Cylindrical-coordinate representation of color #84704D: hue angle of 38.18º 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 #84704D is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 77 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.48 |
| HSL | 38.18º | 0.26% | 0.41% | - |
| HSV(B) | 38.18º | 0.42% | 0.52% | - |
| XYZ | 16.65 | 17.03 | 9.43 | - |
| YUV | 113.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 77 | 0 | 0.15 | 0.42 | 0.48 | 38.18 | 0.26 | 0.41 |
| Hex | 84 | 70 | 4D | 0 | F | 2A | 30 | 26 | 1A | 29 |
| Octal | 204 | 160 | 115 | 0 | 17 | 52 | 60 | 46 | 32 | 51 |
| Binary | 10000100 | 1110000 | 1001101 | 0 | 1111 | 101010 | 110000 | 100110 | 11010 | 101001 |
Color Harmonies of #84704D
Complementary color
Monochromatic Colors of #84704D
Black with #84704D
Text Example
Text Example
White with #84704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84704D; }
p { color: rgb(132,112,77); }
H1.HeaderClassName
{
color: #84704D;
}
.AnyTagClassName
{
color: #84704D;
}
</style>
background-color css
<style>
a { background-color: #84704D; }
a { background-color: rgb(132,112,77); }
div.DivClassName
{
background-color: #84704D;
}
.BgClassName
{
background-color: #84704D;
}
</style>
border-color css
<style>
span { border-color: #84704D; }
span { border-color: rgb(132,112,77); }
td.TdClassName
{
border-color: #84704D;
}
.TagClassName
{
border-color: #84704D;
}
</style>