Shades of Stonewall #84795C
Tints of Stonewall #84795C
RGB
CMYK
RGB Variations
Color information
#84795C (or 0x84795C) is known color: Stonewall. HEX triplet: 84, 79 and 5C. RGB value is (132,121,92). Sum of RGB (Red+Green+Blue) = 132+121+92=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84795C is #7B86A3. Grayscale: #797979. Windows color (decimal): -8095396 or 6060420. OLE color: 6060420.
HSL color Cylindrical-coordinate representation of color #84795C: hue angle of 43.5º degrees, saturation: 0.18, 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 #84795C is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 121 | 92 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.48 |
| HSL | 43.5º | 0.18% | 0.44% | - |
| HSV(B) | 43.5º | 0.3% | 0.52% | - |
| XYZ | 18.28 | 19.35 | 12.9 | - |
| YUV | 120.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 92 | 0 | 0.08 | 0.30 | 0.48 | 43.5 | 0.18 | 0.44 |
| Hex | 84 | 79 | 5C | 0 | 8 | 1E | 30 | 2C | 12 | 2C |
| Octal | 204 | 171 | 134 | 0 | 10 | 36 | 60 | 54 | 22 | 54 |
| Binary | 10000100 | 1111001 | 1011100 | 0 | 1000 | 11110 | 110000 | 101100 | 10010 | 101100 |
Color Harmonies of #84795C
Complementary color
Monochromatic Colors of #84795C
Black with #84795C
Text Example
Text Example
White with #84795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84795C; }
p { color: rgb(132,121,92); }
H1.HeaderClassName
{
color: #84795C;
}
.AnyTagClassName
{
color: #84795C;
}
</style>
background-color css
<style>
a { background-color: #84795C; }
a { background-color: rgb(132,121,92); }
div.DivClassName
{
background-color: #84795C;
}
.BgClassName
{
background-color: #84795C;
}
</style>
border-color css
<style>
span { border-color: #84795C; }
span { border-color: rgb(132,121,92); }
td.TdClassName
{
border-color: #84795C;
}
.TagClassName
{
border-color: #84795C;
}
</style>