Shades of Stonewall #827562
Tints of Stonewall #827562
RGB
CMYK
RGB Variations
Color information
#827562 (or 0x827562) is known color: Stonewall. HEX triplet: 82, 75 and 62. RGB value is (130,117,98). Sum of RGB (Red+Green+Blue) = 130+117+98=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827562 is #7D8A9D. Grayscale: #767676. Windows color (decimal): -8227486 or 6452610. OLE color: 6452610.
HSL color Cylindrical-coordinate representation of color #827562: hue angle of 35.62º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #827562 is Cyan = 0, Magento = 0.1, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 98 | - |
| CMYK | 0 | 0.1 | 0.25 | 0.49 |
| HSL | 35.63º | 0.14% | 0.45% | - |
| HSV(B) | 35.63º | 0.25% | 0.51% | - |
| XYZ | 17.77 | 18.35 | 14.16 | - |
| YUV | 118.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 98 | 0 | 0.1 | 0.25 | 0.49 | 35.63 | 0.14 | 0.45 |
| Hex | 82 | 75 | 62 | 0 | A | 19 | 31 | 24 | E | 2D |
| Octal | 202 | 165 | 142 | 0 | 12 | 31 | 61 | 44 | 16 | 55 |
| Binary | 10000010 | 1110101 | 1100010 | 0 | 1010 | 11001 | 110001 | 100100 | 1110 | 101101 |
Color Harmonies of #827562
Complementary color
Monochromatic Colors of #827562
Black with #827562
Text Example
Text Example
White with #827562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827562; }
p { color: rgb(130,117,98); }
H1.HeaderClassName
{
color: #827562;
}
.AnyTagClassName
{
color: #827562;
}
</style>
background-color css
<style>
a { background-color: #827562; }
a { background-color: rgb(130,117,98); }
div.DivClassName
{
background-color: #827562;
}
.BgClassName
{
background-color: #827562;
}
</style>
border-color css
<style>
span { border-color: #827562; }
span { border-color: rgb(130,117,98); }
td.TdClassName
{
border-color: #827562;
}
.TagClassName
{
border-color: #827562;
}
</style>