Shades of Stonewall #84755F
Tints of Stonewall #84755F
RGB
CMYK
RGB Variations
Color information
#84755F (or 0x84755F) is known color: Stonewall. HEX triplet: 84, 75 and 5F. RGB value is (132,117,95). Sum of RGB (Red+Green+Blue) = 132+117+95=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #84755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84755F is #7B8AA0. Grayscale: #777777. Windows color (decimal): -8096417 or 6256004. OLE color: 6256004.
HSL color Cylindrical-coordinate representation of color #84755F: hue angle of 35.68º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84755F is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 95 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.48 |
| HSL | 35.68º | 0.16% | 0.45% | - |
| HSV(B) | 35.68º | 0.28% | 0.52% | - |
| XYZ | 17.94 | 18.45 | 13.44 | - |
| YUV | 118.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 95 | 0 | 0.11 | 0.28 | 0.48 | 35.68 | 0.16 | 0.45 |
| Hex | 84 | 75 | 5F | 0 | B | 1C | 30 | 24 | 10 | 2D |
| Octal | 204 | 165 | 137 | 0 | 13 | 34 | 60 | 44 | 20 | 55 |
| Binary | 10000100 | 1110101 | 1011111 | 0 | 1011 | 11100 | 110000 | 100100 | 10000 | 101101 |
Color Harmonies of #84755F
Complementary color
Monochromatic Colors of #84755F
Black with #84755F
Text Example
Text Example
White with #84755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84755F; }
p { color: rgb(132,117,95); }
H1.HeaderClassName
{
color: #84755F;
}
.AnyTagClassName
{
color: #84755F;
}
</style>
background-color css
<style>
a { background-color: #84755F; }
a { background-color: rgb(132,117,95); }
div.DivClassName
{
background-color: #84755F;
}
.BgClassName
{
background-color: #84755F;
}
</style>
border-color css
<style>
span { border-color: #84755F; }
span { border-color: rgb(132,117,95); }
td.TdClassName
{
border-color: #84755F;
}
.TagClassName
{
border-color: #84755F;
}
</style>