Shades of Stonewall #857963
Tints of Stonewall #857963
RGB
CMYK
RGB Variations
Color information
#857963 (or 0x857963) is known color: Stonewall. HEX triplet: 85, 79 and 63. RGB value is (133,121,99). Sum of RGB (Red+Green+Blue) = 133+121+99=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857963 is #7A869C. Grayscale: #7A7A7A. Windows color (decimal): -8029853 or 6519173. OLE color: 6519173.
HSL color Cylindrical-coordinate representation of color #857963: hue angle of 38.82º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #857963 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 121 | 99 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.48 |
| HSL | 38.82º | 0.15% | 0.45% | - |
| HSV(B) | 38.82º | 0.26% | 0.52% | - |
| XYZ | 18.76 | 19.56 | 14.59 | - |
| YUV | 122.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 121 | 99 | 0 | 0.09 | 0.26 | 0.48 | 38.82 | 0.15 | 0.45 |
| Hex | 85 | 79 | 63 | 0 | 9 | 1A | 30 | 27 | F | 2D |
| Octal | 205 | 171 | 143 | 0 | 11 | 32 | 60 | 47 | 17 | 55 |
| Binary | 10000101 | 1111001 | 1100011 | 0 | 1001 | 11010 | 110000 | 100111 | 1111 | 101101 |
Color Harmonies of #857963
Complementary color
Monochromatic Colors of #857963
Black with #857963
Text Example
Text Example
White with #857963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857963; }
p { color: rgb(133,121,99); }
H1.HeaderClassName
{
color: #857963;
}
.AnyTagClassName
{
color: #857963;
}
</style>
background-color css
<style>
a { background-color: #857963; }
a { background-color: rgb(133,121,99); }
div.DivClassName
{
background-color: #857963;
}
.BgClassName
{
background-color: #857963;
}
</style>
border-color css
<style>
span { border-color: #857963; }
span { border-color: rgb(133,121,99); }
td.TdClassName
{
border-color: #857963;
}
.TagClassName
{
border-color: #857963;
}
</style>