Shades of Stonewall #84795D
Tints of Stonewall #84795D
RGB
CMYK
RGB Variations
Color information
#84795D (or 0x84795D) is known color: Stonewall. HEX triplet: 84, 79 and 5D. RGB value is (132,121,93). Sum of RGB (Red+Green+Blue) = 132+121+93=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #84795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84795D is #7B86A2. Grayscale: #797979. Windows color (decimal): -8095395 or 6125956. OLE color: 6125956.
HSL color Cylindrical-coordinate representation of color #84795D: hue angle of 43.08º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84795D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 121 | 93 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.48 |
| HSL | 43.08º | 0.17% | 0.44% | - |
| HSV(B) | 43.08º | 0.3% | 0.52% | - |
| XYZ | 18.33 | 19.37 | 13.13 | - |
| YUV | 121.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 93 | 0 | 0.08 | 0.30 | 0.48 | 43.08 | 0.17 | 0.44 |
| Hex | 84 | 79 | 5D | 0 | 8 | 1E | 30 | 2B | 11 | 2C |
| Octal | 204 | 171 | 135 | 0 | 10 | 36 | 60 | 53 | 21 | 54 |
| Binary | 10000100 | 1111001 | 1011101 | 0 | 1000 | 11110 | 110000 | 101011 | 10001 | 101100 |
Color Harmonies of #84795D
Complementary color
Monochromatic Colors of #84795D
Black with #84795D
Text Example
Text Example
White with #84795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84795D; }
p { color: rgb(132,121,93); }
H1.HeaderClassName
{
color: #84795D;
}
.AnyTagClassName
{
color: #84795D;
}
</style>
background-color css
<style>
a { background-color: #84795D; }
a { background-color: rgb(132,121,93); }
div.DivClassName
{
background-color: #84795D;
}
.BgClassName
{
background-color: #84795D;
}
</style>
border-color css
<style>
span { border-color: #84795D; }
span { border-color: rgb(132,121,93); }
td.TdClassName
{
border-color: #84795D;
}
.TagClassName
{
border-color: #84795D;
}
</style>