Shades of Stonewall #83775B
Tints of Stonewall #83775B
RGB
CMYK
RGB Variations
Color information
#83775B (or 0x83775B) is known color: Stonewall. HEX triplet: 83, 77 and 5B. RGB value is (131,119,91). Sum of RGB (Red+Green+Blue) = 131+119+91=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #83775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83775B is #7C88A4. Grayscale: #777777. Windows color (decimal): -8161445 or 5994371. OLE color: 5994371.
HSL color Cylindrical-coordinate representation of color #83775B: hue angle of 42º 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 #83775B is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 119 | 91 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.49 |
| HSL | 42º | 0.18% | 0.44% | - |
| HSV(B) | 42º | 0.31% | 0.51% | - |
| XYZ | 17.85 | 18.77 | 12.58 | - |
| YUV | 119.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 119 | 91 | 0 | 0.09 | 0.31 | 0.49 | 42 | 0.18 | 0.44 |
| Hex | 83 | 77 | 5B | 0 | 9 | 1F | 31 | 2A | 12 | 2C |
| Octal | 203 | 167 | 133 | 0 | 11 | 37 | 61 | 52 | 22 | 54 |
| Binary | 10000011 | 1110111 | 1011011 | 0 | 1001 | 11111 | 110001 | 101010 | 10010 | 101100 |
Color Harmonies of #83775B
Complementary color
Monochromatic Colors of #83775B
Black with #83775B
Text Example
Text Example
White with #83775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83775B; }
p { color: rgb(131,119,91); }
H1.HeaderClassName
{
color: #83775B;
}
.AnyTagClassName
{
color: #83775B;
}
</style>
background-color css
<style>
a { background-color: #83775B; }
a { background-color: rgb(131,119,91); }
div.DivClassName
{
background-color: #83775B;
}
.BgClassName
{
background-color: #83775B;
}
</style>
border-color css
<style>
span { border-color: #83775B; }
span { border-color: rgb(131,119,91); }
td.TdClassName
{
border-color: #83775B;
}
.TagClassName
{
border-color: #83775B;
}
</style>