Shades of Stonewall #83755D
Tints of Stonewall #83755D
RGB
CMYK
RGB Variations
Color information
#83755D (or 0x83755D) is known color: Stonewall. HEX triplet: 83, 75 and 5D. RGB value is (131,117,93). Sum of RGB (Red+Green+Blue) = 131+117+93=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #83755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83755D is #7C8AA2. Grayscale: #767676. Windows color (decimal): -8161955 or 6124931. OLE color: 6124931.
HSL color Cylindrical-coordinate representation of color #83755D: hue angle of 37.89º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83755D is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 93 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.49 |
| HSL | 37.89º | 0.17% | 0.44% | - |
| HSV(B) | 37.89º | 0.29% | 0.51% | - |
| XYZ | 17.7 | 18.34 | 12.96 | - |
| YUV | 118.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 93 | 0 | 0.11 | 0.29 | 0.49 | 37.89 | 0.17 | 0.44 |
| Hex | 83 | 75 | 5D | 0 | B | 1D | 31 | 26 | 11 | 2C |
| Octal | 203 | 165 | 135 | 0 | 13 | 35 | 61 | 46 | 21 | 54 |
| Binary | 10000011 | 1110101 | 1011101 | 0 | 1011 | 11101 | 110001 | 100110 | 10001 | 101100 |
Color Harmonies of #83755D
Complementary color
Monochromatic Colors of #83755D
Black with #83755D
Text Example
Text Example
White with #83755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83755D; }
p { color: rgb(131,117,93); }
H1.HeaderClassName
{
color: #83755D;
}
.AnyTagClassName
{
color: #83755D;
}
</style>
background-color css
<style>
a { background-color: #83755D; }
a { background-color: rgb(131,117,93); }
div.DivClassName
{
background-color: #83755D;
}
.BgClassName
{
background-color: #83755D;
}
</style>
border-color css
<style>
span { border-color: #83755D; }
span { border-color: rgb(131,117,93); }
td.TdClassName
{
border-color: #83755D;
}
.TagClassName
{
border-color: #83755D;
}
</style>