Shades of Stonewall #83755E
Tints of Stonewall #83755E
RGB
CMYK
RGB Variations
Color information
#83755E (or 0x83755E) is known color: Stonewall. HEX triplet: 83, 75 and 5E. RGB value is (131,117,94). Sum of RGB (Red+Green+Blue) = 131+117+94=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83755E is #7C8AA1. Grayscale: #767676. Windows color (decimal): -8161954 or 6190467. OLE color: 6190467.
HSL color Cylindrical-coordinate representation of color #83755E: hue angle of 37.3º 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 #83755E is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 94 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.49 |
| HSL | 37.3º | 0.16% | 0.44% | - |
| HSV(B) | 37.3º | 0.28% | 0.51% | - |
| XYZ | 17.74 | 18.36 | 13.2 | - |
| YUV | 118.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 94 | 0 | 0.11 | 0.28 | 0.49 | 37.3 | 0.16 | 0.44 |
| Hex | 83 | 75 | 5E | 0 | B | 1C | 31 | 25 | 10 | 2C |
| Octal | 203 | 165 | 136 | 0 | 13 | 34 | 61 | 45 | 20 | 54 |
| Binary | 10000011 | 1110101 | 1011110 | 0 | 1011 | 11100 | 110001 | 100101 | 10000 | 101100 |
Color Harmonies of #83755E
Complementary color
Monochromatic Colors of #83755E
Black with #83755E
Text Example
Text Example
White with #83755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83755E; }
p { color: rgb(131,117,94); }
H1.HeaderClassName
{
color: #83755E;
}
.AnyTagClassName
{
color: #83755E;
}
</style>
background-color css
<style>
a { background-color: #83755E; }
a { background-color: rgb(131,117,94); }
div.DivClassName
{
background-color: #83755E;
}
.BgClassName
{
background-color: #83755E;
}
</style>
border-color css
<style>
span { border-color: #83755E; }
span { border-color: rgb(131,117,94); }
td.TdClassName
{
border-color: #83755E;
}
.TagClassName
{
border-color: #83755E;
}
</style>