Shades of Stonewall #83785B
Tints of Stonewall #83785B
RGB
CMYK
RGB Variations
Color information
#83785B (or 0x83785B) is known color: Stonewall. HEX triplet: 83, 78 and 5B. RGB value is (131,120,91). Sum of RGB (Red+Green+Blue) = 131+120+91=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83785B is #7C87A4. Grayscale: #787878. Windows color (decimal): -8161189 or 5994627. OLE color: 5994627.
HSL color Cylindrical-coordinate representation of color #83785B: hue angle of 43.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83785B is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 120 | 91 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.49 |
| HSL | 43.5º | 0.18% | 0.44% | - |
| HSV(B) | 43.5º | 0.31% | 0.51% | - |
| XYZ | 17.96 | 19.01 | 12.62 | - |
| YUV | 119.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 120 | 91 | 0 | 0.08 | 0.31 | 0.49 | 43.5 | 0.18 | 0.44 |
| Hex | 83 | 78 | 5B | 0 | 8 | 1F | 31 | 2C | 12 | 2C |
| Octal | 203 | 170 | 133 | 0 | 10 | 37 | 61 | 54 | 22 | 54 |
| Binary | 10000011 | 1111000 | 1011011 | 0 | 1000 | 11111 | 110001 | 101100 | 10010 | 101100 |
Color Harmonies of #83785B
Complementary color
Monochromatic Colors of #83785B
Black with #83785B
Text Example
Text Example
White with #83785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83785B; }
p { color: rgb(131,120,91); }
H1.HeaderClassName
{
color: #83785B;
}
.AnyTagClassName
{
color: #83785B;
}
</style>
background-color css
<style>
a { background-color: #83785B; }
a { background-color: rgb(131,120,91); }
div.DivClassName
{
background-color: #83785B;
}
.BgClassName
{
background-color: #83785B;
}
</style>
border-color css
<style>
span { border-color: #83785B; }
span { border-color: rgb(131,120,91); }
td.TdClassName
{
border-color: #83785B;
}
.TagClassName
{
border-color: #83785B;
}
</style>