Shades of Stonewall #83795E
Tints of Stonewall #83795E
RGB
CMYK
RGB Variations
Color information
#83795E (or 0x83795E) is known color: Stonewall. HEX triplet: 83, 79 and 5E. RGB value is (131,121,94). Sum of RGB (Red+Green+Blue) = 131+121+94=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #83795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83795E is #7C86A1. Grayscale: #797979. Windows color (decimal): -8160930 or 6191491. OLE color: 6191491.
HSL color Cylindrical-coordinate representation of color #83795E: hue angle of 43.78º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83795E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 121 | 94 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.49 |
| HSL | 43.78º | 0.16% | 0.44% | - |
| HSV(B) | 43.78º | 0.28% | 0.51% | - |
| XYZ | 18.22 | 19.31 | 13.36 | - |
| YUV | 120.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 94 | 0 | 0.08 | 0.28 | 0.49 | 43.78 | 0.16 | 0.44 |
| Hex | 83 | 79 | 5E | 0 | 8 | 1C | 31 | 2C | 10 | 2C |
| Octal | 203 | 171 | 136 | 0 | 10 | 34 | 61 | 54 | 20 | 54 |
| Binary | 10000011 | 1111001 | 1011110 | 0 | 1000 | 11100 | 110001 | 101100 | 10000 | 101100 |
Color Harmonies of #83795E
Complementary color
Monochromatic Colors of #83795E
Black with #83795E
Text Example
Text Example
White with #83795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83795E; }
p { color: rgb(131,121,94); }
H1.HeaderClassName
{
color: #83795E;
}
.AnyTagClassName
{
color: #83795E;
}
</style>
background-color css
<style>
a { background-color: #83795E; }
a { background-color: rgb(131,121,94); }
div.DivClassName
{
background-color: #83795E;
}
.BgClassName
{
background-color: #83795E;
}
</style>
border-color css
<style>
span { border-color: #83795E; }
span { border-color: rgb(131,121,94); }
td.TdClassName
{
border-color: #83795E;
}
.TagClassName
{
border-color: #83795E;
}
</style>