Shades of Shadow #84734D
Tints of Shadow #84734D
RGB
CMYK
RGB Variations
Color information
#84734D (or 0x84734D) is known color: Shadow. HEX triplet: 84, 73 and 4D. RGB value is (132,115,77). Sum of RGB (Red+Green+Blue) = 132+115+77=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84734D is #7B8CB2. Grayscale: #737373. Windows color (decimal): -8096947 or 5075844. OLE color: 5075844.
HSL color Cylindrical-coordinate representation of color #84734D: hue angle of 41.45º 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 #84734D is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 115 | 77 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.48 |
| HSL | 41.45º | 0.26% | 0.41% | - |
| HSV(B) | 41.45º | 0.42% | 0.52% | - |
| XYZ | 16.99 | 17.7 | 9.54 | - |
| YUV | 115.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 77 | 0 | 0.13 | 0.42 | 0.48 | 41.45 | 0.26 | 0.41 |
| Hex | 84 | 73 | 4D | 0 | D | 2A | 30 | 29 | 1A | 29 |
| Octal | 204 | 163 | 115 | 0 | 15 | 52 | 60 | 51 | 32 | 51 |
| Binary | 10000100 | 1110011 | 1001101 | 0 | 1101 | 101010 | 110000 | 101001 | 11010 | 101001 |
Color Harmonies of #84734D
Complementary color
Monochromatic Colors of #84734D
Black with #84734D
Text Example
Text Example
White with #84734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84734D; }
p { color: rgb(132,115,77); }
H1.HeaderClassName
{
color: #84734D;
}
.AnyTagClassName
{
color: #84734D;
}
</style>
background-color css
<style>
a { background-color: #84734D; }
a { background-color: rgb(132,115,77); }
div.DivClassName
{
background-color: #84734D;
}
.BgClassName
{
background-color: #84734D;
}
</style>
border-color css
<style>
span { border-color: #84734D; }
span { border-color: rgb(132,115,77); }
td.TdClassName
{
border-color: #84734D;
}
.TagClassName
{
border-color: #84734D;
}
</style>