Shades of Stonewall #827863
Tints of Stonewall #827863
RGB
CMYK
RGB Variations
Color information
#827863 (or 0x827863) is known color: Stonewall. HEX triplet: 82, 78 and 63. RGB value is (130,120,99). Sum of RGB (Red+Green+Blue) = 130+120+99=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #827863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827863 is #7D879C. Grayscale: #787878. Windows color (decimal): -8226717 or 6518914. OLE color: 6518914.
HSL color Cylindrical-coordinate representation of color #827863: hue angle of 40.65º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #827863 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 99 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.49 |
| HSL | 40.65º | 0.14% | 0.45% | - |
| HSV(B) | 40.65º | 0.24% | 0.51% | - |
| XYZ | 18.17 | 19.08 | 14.53 | - |
| YUV | 120.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 99 | 0 | 0.08 | 0.24 | 0.49 | 40.65 | 0.14 | 0.45 |
| Hex | 82 | 78 | 63 | 0 | 8 | 18 | 31 | 29 | E | 2D |
| Octal | 202 | 170 | 143 | 0 | 10 | 30 | 61 | 51 | 16 | 55 |
| Binary | 10000010 | 1111000 | 1100011 | 0 | 1000 | 11000 | 110001 | 101001 | 1110 | 101101 |
Color Harmonies of #827863
Complementary color
Monochromatic Colors of #827863
Black with #827863
Text Example
Text Example
White with #827863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827863; }
p { color: rgb(130,120,99); }
H1.HeaderClassName
{
color: #827863;
}
.AnyTagClassName
{
color: #827863;
}
</style>
background-color css
<style>
a { background-color: #827863; }
a { background-color: rgb(130,120,99); }
div.DivClassName
{
background-color: #827863;
}
.BgClassName
{
background-color: #827863;
}
</style>
border-color css
<style>
span { border-color: #827863; }
span { border-color: rgb(130,120,99); }
td.TdClassName
{
border-color: #827863;
}
.TagClassName
{
border-color: #827863;
}
</style>