Shades of Stonewall #82755F
Tints of Stonewall #82755F
RGB
CMYK
RGB Variations
Color information
#82755F (or 0x82755F) is known color: Stonewall. HEX triplet: 82, 75 and 5F. RGB value is (130,117,95). Sum of RGB (Red+Green+Blue) = 130+117+95=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82755F is #7D8AA0. Grayscale: #767676. Windows color (decimal): -8227489 or 6256002. OLE color: 6256002.
HSL color Cylindrical-coordinate representation of color #82755F: hue angle of 37.71º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82755F is Cyan = 0, Magento = 0.1, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 95 | - |
| CMYK | 0 | 0.1 | 0.27 | 0.49 |
| HSL | 37.71º | 0.16% | 0.44% | - |
| HSV(B) | 37.71º | 0.27% | 0.51% | - |
| XYZ | 17.63 | 18.29 | 13.43 | - |
| YUV | 118.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 95 | 0 | 0.1 | 0.27 | 0.49 | 37.71 | 0.16 | 0.44 |
| Hex | 82 | 75 | 5F | 0 | A | 1B | 31 | 26 | 10 | 2C |
| Octal | 202 | 165 | 137 | 0 | 12 | 33 | 61 | 46 | 20 | 54 |
| Binary | 10000010 | 1110101 | 1011111 | 0 | 1010 | 11011 | 110001 | 100110 | 10000 | 101100 |
Color Harmonies of #82755F
Complementary color
Monochromatic Colors of #82755F
Black with #82755F
Text Example
Text Example
White with #82755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82755F; }
p { color: rgb(130,117,95); }
H1.HeaderClassName
{
color: #82755F;
}
.AnyTagClassName
{
color: #82755F;
}
</style>
background-color css
<style>
a { background-color: #82755F; }
a { background-color: rgb(130,117,95); }
div.DivClassName
{
background-color: #82755F;
}
.BgClassName
{
background-color: #82755F;
}
</style>
border-color css
<style>
span { border-color: #82755F; }
span { border-color: rgb(130,117,95); }
td.TdClassName
{
border-color: #82755F;
}
.TagClassName
{
border-color: #82755F;
}
</style>