Shades of Stonewall #83785E
Tints of Stonewall #83785E
RGB
CMYK
RGB Variations
Color information
#83785E (or 0x83785E) is known color: Stonewall. HEX triplet: 83, 78 and 5E. RGB value is (131,120,94). Sum of RGB (Red+Green+Blue) = 131+120+94=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #83785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83785E is #7C87A1. Grayscale: #787878. Windows color (decimal): -8161186 or 6191235. OLE color: 6191235.
HSL color Cylindrical-coordinate representation of color #83785E: hue angle of 42.16º 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 #83785E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 120 | 94 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.49 |
| HSL | 42.16º | 0.16% | 0.44% | - |
| HSV(B) | 42.16º | 0.28% | 0.51% | - |
| XYZ | 18.1 | 19.07 | 13.32 | - |
| YUV | 120.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 94 | 0 | 0.08 | 0.28 | 0.49 | 42.16 | 0.16 | 0.44 |
| Hex | 83 | 78 | 5E | 0 | 8 | 1C | 31 | 2A | 10 | 2C |
| Octal | 203 | 170 | 136 | 0 | 10 | 34 | 61 | 52 | 20 | 54 |
| Binary | 10000011 | 1111000 | 1011110 | 0 | 1000 | 11100 | 110001 | 101010 | 10000 | 101100 |
Color Harmonies of #83785E
Complementary color
Monochromatic Colors of #83785E
Black with #83785E
Text Example
Text Example
White with #83785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83785E; }
p { color: rgb(131,120,94); }
H1.HeaderClassName
{
color: #83785E;
}
.AnyTagClassName
{
color: #83785E;
}
</style>
background-color css
<style>
a { background-color: #83785E; }
a { background-color: rgb(131,120,94); }
div.DivClassName
{
background-color: #83785E;
}
.BgClassName
{
background-color: #83785E;
}
</style>
border-color css
<style>
span { border-color: #83785E; }
span { border-color: rgb(131,120,94); }
td.TdClassName
{
border-color: #83785E;
}
.TagClassName
{
border-color: #83785E;
}
</style>