Shades of Stonewall #84785B
Tints of Stonewall #84785B
RGB
CMYK
RGB Variations
Color information
#84785B (or 0x84785B) is known color: Stonewall. HEX triplet: 84, 78 and 5B. RGB value is (132,120,91). Sum of RGB (Red+Green+Blue) = 132+120+91=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84785B is #7B87A4. Grayscale: #787878. Windows color (decimal): -8095653 or 5994628. OLE color: 5994628.
HSL color Cylindrical-coordinate representation of color #84785B: hue angle of 42.44º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84785B is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 120 | 91 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.48 |
| HSL | 42.44º | 0.18% | 0.44% | - |
| HSV(B) | 42.44º | 0.31% | 0.52% | - |
| XYZ | 18.12 | 19.09 | 12.63 | - |
| YUV | 120.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 91 | 0 | 0.09 | 0.31 | 0.48 | 42.44 | 0.18 | 0.44 |
| Hex | 84 | 78 | 5B | 0 | 9 | 1F | 30 | 2A | 12 | 2C |
| Octal | 204 | 170 | 133 | 0 | 11 | 37 | 60 | 52 | 22 | 54 |
| Binary | 10000100 | 1111000 | 1011011 | 0 | 1001 | 11111 | 110000 | 101010 | 10010 | 101100 |
Color Harmonies of #84785B
Complementary color
Monochromatic Colors of #84785B
Black with #84785B
Text Example
Text Example
White with #84785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84785B; }
p { color: rgb(132,120,91); }
H1.HeaderClassName
{
color: #84785B;
}
.AnyTagClassName
{
color: #84785B;
}
</style>
background-color css
<style>
a { background-color: #84785B; }
a { background-color: rgb(132,120,91); }
div.DivClassName
{
background-color: #84785B;
}
.BgClassName
{
background-color: #84785B;
}
</style>
border-color css
<style>
span { border-color: #84785B; }
span { border-color: rgb(132,120,91); }
td.TdClassName
{
border-color: #84785B;
}
.TagClassName
{
border-color: #84785B;
}
</style>