Shades of Stonewall #82755E
Tints of Stonewall #82755E
RGB
CMYK
RGB Variations
Color information
#82755E (or 0x82755E) is known color: Stonewall. HEX triplet: 82, 75 and 5E. RGB value is (130,117,94). Sum of RGB (Red+Green+Blue) = 130+117+94=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82755E is #7D8AA1. Grayscale: #767676. Windows color (decimal): -8227490 or 6190466. OLE color: 6190466.
HSL color Cylindrical-coordinate representation of color #82755E: hue angle of 38.33º 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 #82755E is Cyan = 0, Magento = 0.1, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 94 | - |
| CMYK | 0 | 0.1 | 0.28 | 0.49 |
| HSL | 38.33º | 0.16% | 0.44% | - |
| HSV(B) | 38.33º | 0.28% | 0.51% | - |
| XYZ | 17.59 | 18.28 | 13.19 | - |
| YUV | 118.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 94 | 0 | 0.1 | 0.28 | 0.49 | 38.33 | 0.16 | 0.44 |
| Hex | 82 | 75 | 5E | 0 | A | 1C | 31 | 26 | 10 | 2C |
| Octal | 202 | 165 | 136 | 0 | 12 | 34 | 61 | 46 | 20 | 54 |
| Binary | 10000010 | 1110101 | 1011110 | 0 | 1010 | 11100 | 110001 | 100110 | 10000 | 101100 |
Color Harmonies of #82755E
Complementary color
Monochromatic Colors of #82755E
Black with #82755E
Text Example
Text Example
White with #82755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82755E; }
p { color: rgb(130,117,94); }
H1.HeaderClassName
{
color: #82755E;
}
.AnyTagClassName
{
color: #82755E;
}
</style>
background-color css
<style>
a { background-color: #82755E; }
a { background-color: rgb(130,117,94); }
div.DivClassName
{
background-color: #82755E;
}
.BgClassName
{
background-color: #82755E;
}
</style>
border-color css
<style>
span { border-color: #82755E; }
span { border-color: rgb(130,117,94); }
td.TdClassName
{
border-color: #82755E;
}
.TagClassName
{
border-color: #82755E;
}
</style>