Shades of Ironstone #82564A
Tints of Ironstone #82564A
RGB
CMYK
RGB Variations
Color information
#82564A (or 0x82564A) is known color: Ironstone. HEX triplet: 82, 56 and 4A. RGB value is (130,86,74). Sum of RGB (Red+Green+Blue) = 130+86+74=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82564A is #7DA9B5. Grayscale: #616161. Windows color (decimal): -8235446 or 4871810. OLE color: 4871810.
HSL color Cylindrical-coordinate representation of color #82564A: hue angle of 12.86º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82564A is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 74 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.49 |
| HSL | 12.86º | 0.27% | 0.4% | - |
| HSV(B) | 12.86º | 0.43% | 0.51% | - |
| XYZ | 13.77 | 11.9 | 8.05 | - |
| YUV | 97.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 74 | 0 | 0.34 | 0.43 | 0.49 | 12.86 | 0.27 | 0.4 |
| Hex | 82 | 56 | 4A | 0 | 22 | 2B | 31 | D | 1B | 28 |
| Octal | 202 | 126 | 112 | 0 | 42 | 53 | 61 | 15 | 33 | 50 |
| Binary | 10000010 | 1010110 | 1001010 | 0 | 100010 | 101011 | 110001 | 1101 | 11011 | 101000 |
Color Harmonies of #82564A
Complementary color
Monochromatic Colors of #82564A
Black with #82564A
Text Example
Text Example
White with #82564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82564A; }
p { color: rgb(130,86,74); }
H1.HeaderClassName
{
color: #82564A;
}
.AnyTagClassName
{
color: #82564A;
}
</style>
background-color css
<style>
a { background-color: #82564A; }
a { background-color: rgb(130,86,74); }
div.DivClassName
{
background-color: #82564A;
}
.BgClassName
{
background-color: #82564A;
}
</style>
border-color css
<style>
span { border-color: #82564A; }
span { border-color: rgb(130,86,74); }
td.TdClassName
{
border-color: #82564A;
}
.TagClassName
{
border-color: #82564A;
}
</style>