Shades of Stonewall #82755B
Tints of Stonewall #82755B
RGB
CMYK
RGB Variations
Color information
#82755B (or 0x82755B) is known color: Stonewall. HEX triplet: 82, 75 and 5B. RGB value is (130,117,91). Sum of RGB (Red+Green+Blue) = 130+117+91=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82755B is #7D8AA4. Grayscale: #767676. Windows color (decimal): -8227493 or 5993858. OLE color: 5993858.
HSL color Cylindrical-coordinate representation of color #82755B: hue angle of 40º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82755B is Cyan = 0, Magento = 0.1, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 91 | - |
| CMYK | 0 | 0.1 | 0.30 | 0.49 |
| HSL | 40º | 0.18% | 0.43% | - |
| HSV(B) | 40º | 0.3% | 0.51% | - |
| XYZ | 17.46 | 18.22 | 12.5 | - |
| YUV | 117.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 91 | 0 | 0.1 | 0.30 | 0.49 | 40 | 0.18 | 0.43 |
| Hex | 82 | 75 | 5B | 0 | A | 1E | 31 | 28 | 12 | 2B |
| Octal | 202 | 165 | 133 | 0 | 12 | 36 | 61 | 50 | 22 | 53 |
| Binary | 10000010 | 1110101 | 1011011 | 0 | 1010 | 11110 | 110001 | 101000 | 10010 | 101011 |
Color Harmonies of #82755B
Complementary color
Monochromatic Colors of #82755B
Black with #82755B
Text Example
Text Example
White with #82755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82755B; }
p { color: rgb(130,117,91); }
H1.HeaderClassName
{
color: #82755B;
}
.AnyTagClassName
{
color: #82755B;
}
</style>
background-color css
<style>
a { background-color: #82755B; }
a { background-color: rgb(130,117,91); }
div.DivClassName
{
background-color: #82755B;
}
.BgClassName
{
background-color: #82755B;
}
</style>
border-color css
<style>
span { border-color: #82755B; }
span { border-color: rgb(130,117,91); }
td.TdClassName
{
border-color: #82755B;
}
.TagClassName
{
border-color: #82755B;
}
</style>