Shades of Stonewall #84755D
Tints of Stonewall #84755D
RGB
CMYK
RGB Variations
Color information
#84755D (or 0x84755D) is known color: Stonewall. HEX triplet: 84, 75 and 5D. RGB value is (132,117,93). Sum of RGB (Red+Green+Blue) = 132+117+93=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84755D is #7B8AA2. Grayscale: #767676. Windows color (decimal): -8096419 or 6124932. OLE color: 6124932.
HSL color Cylindrical-coordinate representation of color #84755D: hue angle of 36.92º 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 #84755D is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 93 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.48 |
| HSL | 36.92º | 0.17% | 0.44% | - |
| HSV(B) | 36.92º | 0.3% | 0.52% | - |
| XYZ | 17.85 | 18.42 | 12.97 | - |
| YUV | 118.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 93 | 0 | 0.11 | 0.30 | 0.48 | 36.92 | 0.17 | 0.44 |
| Hex | 84 | 75 | 5D | 0 | B | 1E | 30 | 25 | 11 | 2C |
| Octal | 204 | 165 | 135 | 0 | 13 | 36 | 60 | 45 | 21 | 54 |
| Binary | 10000100 | 1110101 | 1011101 | 0 | 1011 | 11110 | 110000 | 100101 | 10001 | 101100 |
Color Harmonies of #84755D
Complementary color
Monochromatic Colors of #84755D
Black with #84755D
Text Example
Text Example
White with #84755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84755D; }
p { color: rgb(132,117,93); }
H1.HeaderClassName
{
color: #84755D;
}
.AnyTagClassName
{
color: #84755D;
}
</style>
background-color css
<style>
a { background-color: #84755D; }
a { background-color: rgb(132,117,93); }
div.DivClassName
{
background-color: #84755D;
}
.BgClassName
{
background-color: #84755D;
}
</style>
border-color css
<style>
span { border-color: #84755D; }
span { border-color: rgb(132,117,93); }
td.TdClassName
{
border-color: #84755D;
}
.TagClassName
{
border-color: #84755D;
}
</style>