Shades of Stonewall #837A60
Tints of Stonewall #837A60
RGB
CMYK
RGB Variations
Color information
#837A60 (or 0x837A60) is known color: Stonewall. HEX triplet: 83, 7A and 60. RGB value is (131,122,96). Sum of RGB (Red+Green+Blue) = 131+122+96=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #837A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A60 is #7C859F. Grayscale: #797979. Windows color (decimal): -8160672 or 6322819. OLE color: 6322819.
HSL color Cylindrical-coordinate representation of color #837A60: hue angle of 44.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #837A60 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 122 | 96 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.49 |
| HSL | 44.57º | 0.15% | 0.45% | - |
| HSV(B) | 44.57º | 0.27% | 0.51% | - |
| XYZ | 18.43 | 19.59 | 13.88 | - |
| YUV | 121.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 122 | 96 | 0 | 0.07 | 0.27 | 0.49 | 44.57 | 0.15 | 0.45 |
| Hex | 83 | 7A | 60 | 0 | 7 | 1B | 31 | 2D | F | 2D |
| Octal | 203 | 172 | 140 | 0 | 7 | 33 | 61 | 55 | 17 | 55 |
| Binary | 10000011 | 1111010 | 1100000 | 0 | 111 | 11011 | 110001 | 101101 | 1111 | 101101 |
Color Harmonies of #837A60
Complementary color
Monochromatic Colors of #837A60
Black with #837A60
Text Example
Text Example
White with #837A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837A60; }
p { color: rgb(131,122,96); }
H1.HeaderClassName
{
color: #837A60;
}
.AnyTagClassName
{
color: #837A60;
}
</style>
background-color css
<style>
a { background-color: #837A60; }
a { background-color: rgb(131,122,96); }
div.DivClassName
{
background-color: #837A60;
}
.BgClassName
{
background-color: #837A60;
}
</style>
border-color css
<style>
span { border-color: #837A60; }
span { border-color: rgb(131,122,96); }
td.TdClassName
{
border-color: #837A60;
}
.TagClassName
{
border-color: #837A60;
}
</style>