Shades of Stonewall #82745F
Tints of Stonewall #82745F
RGB
CMYK
RGB Variations
Color information
#82745F (or 0x82745F) is known color: Stonewall. HEX triplet: 82, 74 and 5F. RGB value is (130,116,95). Sum of RGB (Red+Green+Blue) = 130+116+95=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82745F is #7D8BA0. Grayscale: #757575. Windows color (decimal): -8227745 or 6255746. OLE color: 6255746.
HSL color Cylindrical-coordinate representation of color #82745F: hue angle of 36º 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 #82745F is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 95 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.49 |
| HSL | 36º | 0.16% | 0.44% | - |
| HSV(B) | 36º | 0.27% | 0.51% | - |
| XYZ | 17.52 | 18.06 | 13.39 | - |
| YUV | 117.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 95 | 0 | 0.11 | 0.27 | 0.49 | 36 | 0.16 | 0.44 |
| Hex | 82 | 74 | 5F | 0 | B | 1B | 31 | 24 | 10 | 2C |
| Octal | 202 | 164 | 137 | 0 | 13 | 33 | 61 | 44 | 20 | 54 |
| Binary | 10000010 | 1110100 | 1011111 | 0 | 1011 | 11011 | 110001 | 100100 | 10000 | 101100 |
Color Harmonies of #82745F
Complementary color
Monochromatic Colors of #82745F
Black with #82745F
Text Example
Text Example
White with #82745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82745F; }
p { color: rgb(130,116,95); }
H1.HeaderClassName
{
color: #82745F;
}
.AnyTagClassName
{
color: #82745F;
}
</style>
background-color css
<style>
a { background-color: #82745F; }
a { background-color: rgb(130,116,95); }
div.DivClassName
{
background-color: #82745F;
}
.BgClassName
{
background-color: #82745F;
}
</style>
border-color css
<style>
span { border-color: #82745F; }
span { border-color: rgb(130,116,95); }
td.TdClassName
{
border-color: #82745F;
}
.TagClassName
{
border-color: #82745F;
}
</style>