Shades of Stonewall #83755B
Tints of Stonewall #83755B
RGB
CMYK
RGB Variations
Color information
#83755B (or 0x83755B) is known color: Stonewall. HEX triplet: 83, 75 and 5B. RGB value is (131,117,91). Sum of RGB (Red+Green+Blue) = 131+117+91=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83755B is #7C8AA4. Grayscale: #767676. Windows color (decimal): -8161957 or 5993859. OLE color: 5993859.
HSL color Cylindrical-coordinate representation of color #83755B: hue angle of 39º 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 #83755B is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 91 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.49 |
| HSL | 39º | 0.18% | 0.44% | - |
| HSV(B) | 39º | 0.31% | 0.51% | - |
| XYZ | 17.61 | 18.3 | 12.5 | - |
| YUV | 118.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 91 | 0 | 0.11 | 0.31 | 0.49 | 39 | 0.18 | 0.44 |
| Hex | 83 | 75 | 5B | 0 | B | 1F | 31 | 27 | 12 | 2C |
| Octal | 203 | 165 | 133 | 0 | 13 | 37 | 61 | 47 | 22 | 54 |
| Binary | 10000011 | 1110101 | 1011011 | 0 | 1011 | 11111 | 110001 | 100111 | 10010 | 101100 |
Color Harmonies of #83755B
Complementary color
Monochromatic Colors of #83755B
Black with #83755B
Text Example
Text Example
White with #83755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83755B; }
p { color: rgb(131,117,91); }
H1.HeaderClassName
{
color: #83755B;
}
.AnyTagClassName
{
color: #83755B;
}
</style>
background-color css
<style>
a { background-color: #83755B; }
a { background-color: rgb(131,117,91); }
div.DivClassName
{
background-color: #83755B;
}
.BgClassName
{
background-color: #83755B;
}
</style>
border-color css
<style>
span { border-color: #83755B; }
span { border-color: rgb(131,117,91); }
td.TdClassName
{
border-color: #83755B;
}
.TagClassName
{
border-color: #83755B;
}
</style>