Shades of Shadow #84744D
Tints of Shadow #84744D
RGB
CMYK
RGB Variations
Color information
#84744D (or 0x84744D) is known color: Shadow. HEX triplet: 84, 74 and 4D. RGB value is (132,116,77). Sum of RGB (Red+Green+Blue) = 132+116+77=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84744D is #7B8BB2. Grayscale: #747474. Windows color (decimal): -8096691 or 5076100. OLE color: 5076100.
HSL color Cylindrical-coordinate representation of color #84744D: hue angle of 42.55º 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 #84744D is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 116 | 77 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.48 |
| HSL | 42.55º | 0.26% | 0.41% | - |
| HSV(B) | 42.55º | 0.42% | 0.52% | - |
| XYZ | 17.1 | 17.93 | 9.58 | - |
| YUV | 116.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 77 | 0 | 0.12 | 0.42 | 0.48 | 42.55 | 0.26 | 0.41 |
| Hex | 84 | 74 | 4D | 0 | C | 2A | 30 | 2B | 1A | 29 |
| Octal | 204 | 164 | 115 | 0 | 14 | 52 | 60 | 53 | 32 | 51 |
| Binary | 10000100 | 1110100 | 1001101 | 0 | 1100 | 101010 | 110000 | 101011 | 11010 | 101001 |
Color Harmonies of #84744D
Complementary color
Monochromatic Colors of #84744D
Black with #84744D
Text Example
Text Example
White with #84744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84744D; }
p { color: rgb(132,116,77); }
H1.HeaderClassName
{
color: #84744D;
}
.AnyTagClassName
{
color: #84744D;
}
</style>
background-color css
<style>
a { background-color: #84744D; }
a { background-color: rgb(132,116,77); }
div.DivClassName
{
background-color: #84744D;
}
.BgClassName
{
background-color: #84744D;
}
</style>
border-color css
<style>
span { border-color: #84744D; }
span { border-color: rgb(132,116,77); }
td.TdClassName
{
border-color: #84744D;
}
.TagClassName
{
border-color: #84744D;
}
</style>