Shades of Ironstone #82523E
Tints of Ironstone #82523E
RGB
CMYK
RGB Variations
Color information
#82523E (or 0x82523E) is known color: Ironstone. HEX triplet: 82, 52 and 3E. RGB value is (130,82,62). Sum of RGB (Red+Green+Blue) = 130+82+62=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82523E is #7DADC1. Grayscale: #5E5E5E. Windows color (decimal): -8236482 or 4084354. OLE color: 4084354.
HSL color Cylindrical-coordinate representation of color #82523E: hue angle of 17.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82523E is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 62 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.49 |
| HSL | 17.65º | 0.35% | 0.38% | - |
| HSV(B) | 17.65º | 0.52% | 0.51% | - |
| XYZ | 13.09 | 11.13 | 6.02 | - |
| YUV | 94.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 62 | 0 | 0.37 | 0.52 | 0.49 | 17.65 | 0.35 | 0.38 |
| Hex | 82 | 52 | 3E | 0 | 25 | 34 | 31 | 12 | 23 | 26 |
| Octal | 202 | 122 | 76 | 0 | 45 | 64 | 61 | 22 | 43 | 46 |
| Binary | 10000010 | 1010010 | 111110 | 0 | 100101 | 110100 | 110001 | 10010 | 100011 | 100110 |
Color Harmonies of #82523E
Complementary color
Monochromatic Colors of #82523E
Black with #82523E
Text Example
Text Example
White with #82523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82523E; }
p { color: rgb(130,82,62); }
H1.HeaderClassName
{
color: #82523E;
}
.AnyTagClassName
{
color: #82523E;
}
</style>
background-color css
<style>
a { background-color: #82523E; }
a { background-color: rgb(130,82,62); }
div.DivClassName
{
background-color: #82523E;
}
.BgClassName
{
background-color: #82523E;
}
</style>
border-color css
<style>
span { border-color: #82523E; }
span { border-color: rgb(130,82,62); }
td.TdClassName
{
border-color: #82523E;
}
.TagClassName
{
border-color: #82523E;
}
</style>