Shades of Shadow #84704F
Tints of Shadow #84704F
RGB
CMYK
RGB Variations
Color information
#84704F (or 0x84704F) is known color: Shadow. HEX triplet: 84, 70 and 4F. RGB value is (132,112,79). Sum of RGB (Red+Green+Blue) = 132+112+79=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84704F is #7B8FB0. Grayscale: #727272. Windows color (decimal): -8097713 or 5206148. OLE color: 5206148.
HSL color Cylindrical-coordinate representation of color #84704F: hue angle of 37.36º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84704F is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 79 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.48 |
| HSL | 37.36º | 0.25% | 0.41% | - |
| HSV(B) | 37.36º | 0.4% | 0.52% | - |
| XYZ | 16.72 | 17.06 | 9.81 | - |
| YUV | 114.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 79 | 0 | 0.15 | 0.40 | 0.48 | 37.36 | 0.25 | 0.41 |
| Hex | 84 | 70 | 4F | 0 | F | 28 | 30 | 25 | 19 | 29 |
| Octal | 204 | 160 | 117 | 0 | 17 | 50 | 60 | 45 | 31 | 51 |
| Binary | 10000100 | 1110000 | 1001111 | 0 | 1111 | 101000 | 110000 | 100101 | 11001 | 101001 |
Color Harmonies of #84704F
Complementary color
Monochromatic Colors of #84704F
Black with #84704F
Text Example
Text Example
White with #84704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84704F; }
p { color: rgb(132,112,79); }
H1.HeaderClassName
{
color: #84704F;
}
.AnyTagClassName
{
color: #84704F;
}
</style>
background-color css
<style>
a { background-color: #84704F; }
a { background-color: rgb(132,112,79); }
div.DivClassName
{
background-color: #84704F;
}
.BgClassName
{
background-color: #84704F;
}
</style>
border-color css
<style>
span { border-color: #84704F; }
span { border-color: rgb(132,112,79); }
td.TdClassName
{
border-color: #84704F;
}
.TagClassName
{
border-color: #84704F;
}
</style>