Shades of Stonewall #83785C
Tints of Stonewall #83785C
RGB
CMYK
RGB Variations
Color information
#83785C (or 0x83785C) is known color: Stonewall. HEX triplet: 83, 78 and 5C. RGB value is (131,120,92). Sum of RGB (Red+Green+Blue) = 131+120+92=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83785C is #7C87A3. Grayscale: #787878. Windows color (decimal): -8161188 or 6060163. OLE color: 6060163.
HSL color Cylindrical-coordinate representation of color #83785C: hue angle of 43.08º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83785C is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 120 | 92 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.49 |
| HSL | 43.08º | 0.17% | 0.44% | - |
| HSV(B) | 43.08º | 0.3% | 0.51% | - |
| XYZ | 18.01 | 19.03 | 12.85 | - |
| YUV | 120.1 | 112.14 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 92 | 0 | 0.08 | 0.30 | 0.49 | 43.08 | 0.17 | 0.44 |
| Hex | 83 | 78 | 5C | 0 | 8 | 1E | 31 | 2B | 11 | 2C |
| Octal | 203 | 170 | 134 | 0 | 10 | 36 | 61 | 53 | 21 | 54 |
| Binary | 10000011 | 1111000 | 1011100 | 0 | 1000 | 11110 | 110001 | 101011 | 10001 | 101100 |
Color Harmonies of #83785C
Complementary color
Monochromatic Colors of #83785C
Black with #83785C
Text Example
Text Example
White with #83785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83785C; }
p { color: rgb(131,120,92); }
H1.HeaderClassName
{
color: #83785C;
}
.AnyTagClassName
{
color: #83785C;
}
</style>
background-color css
<style>
a { background-color: #83785C; }
a { background-color: rgb(131,120,92); }
div.DivClassName
{
background-color: #83785C;
}
.BgClassName
{
background-color: #83785C;
}
</style>
border-color css
<style>
span { border-color: #83785C; }
span { border-color: rgb(131,120,92); }
td.TdClassName
{
border-color: #83785C;
}
.TagClassName
{
border-color: #83785C;
}
</style>