Shades of Ironstone #825246
Tints of Ironstone #825246
RGB
CMYK
RGB Variations
Color information
#825246 (or 0x825246) is known color: Ironstone. HEX triplet: 82, 52 and 46. RGB value is (130,82,70). Sum of RGB (Red+Green+Blue) = 130+82+70=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #825246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825246 is #7DADB9. Grayscale: #5F5F5F. Windows color (decimal): -8236474 or 4608642. OLE color: 4608642.
HSL color Cylindrical-coordinate representation of color #825246: hue angle of 12º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825246 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 70 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.49 |
| HSL | 12º | 0.3% | 0.39% | - |
| HSV(B) | 12º | 0.46% | 0.51% | - |
| XYZ | 13.33 | 11.22 | 7.26 | - |
| YUV | 94.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 70 | 0 | 0.37 | 0.46 | 0.49 | 12 | 0.3 | 0.39 |
| Hex | 82 | 52 | 46 | 0 | 25 | 2E | 31 | C | 1E | 27 |
| Octal | 202 | 122 | 106 | 0 | 45 | 56 | 61 | 14 | 36 | 47 |
| Binary | 10000010 | 1010010 | 1000110 | 0 | 100101 | 101110 | 110001 | 1100 | 11110 | 100111 |
Color Harmonies of #825246
Complementary color
Monochromatic Colors of #825246
Black with #825246
Text Example
Text Example
White with #825246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825246; }
p { color: rgb(130,82,70); }
H1.HeaderClassName
{
color: #825246;
}
.AnyTagClassName
{
color: #825246;
}
</style>
background-color css
<style>
a { background-color: #825246; }
a { background-color: rgb(130,82,70); }
div.DivClassName
{
background-color: #825246;
}
.BgClassName
{
background-color: #825246;
}
</style>
border-color css
<style>
span { border-color: #825246; }
span { border-color: rgb(130,82,70); }
td.TdClassName
{
border-color: #825246;
}
.TagClassName
{
border-color: #825246;
}
</style>