Shades of Ironstone #82513F
Tints of Ironstone #82513F
RGB
CMYK
RGB Variations
Color information
#82513F (or 0x82513F) is known color: Ironstone. HEX triplet: 82, 51 and 3F. RGB value is (130,81,63). Sum of RGB (Red+Green+Blue) = 130+81+63=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82513F is #7DAEC0. Grayscale: #5D5D5D. Windows color (decimal): -8236737 or 4149634. OLE color: 4149634.
HSL color Cylindrical-coordinate representation of color #82513F: hue angle of 16.12º 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 #82513F is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 63 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.49 |
| HSL | 16.12º | 0.35% | 0.38% | - |
| HSV(B) | 16.12º | 0.52% | 0.51% | - |
| XYZ | 13.05 | 10.99 | 6.14 | - |
| YUV | 93.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 63 | 0 | 0.38 | 0.52 | 0.49 | 16.12 | 0.35 | 0.38 |
| Hex | 82 | 51 | 3F | 0 | 26 | 34 | 31 | 10 | 23 | 26 |
| Octal | 202 | 121 | 77 | 0 | 46 | 64 | 61 | 20 | 43 | 46 |
| Binary | 10000010 | 1010001 | 111111 | 0 | 100110 | 110100 | 110001 | 10000 | 100011 | 100110 |
Color Harmonies of #82513F
Complementary color
Monochromatic Colors of #82513F
Black with #82513F
Text Example
Text Example
White with #82513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82513F; }
p { color: rgb(130,81,63); }
H1.HeaderClassName
{
color: #82513F;
}
.AnyTagClassName
{
color: #82513F;
}
</style>
background-color css
<style>
a { background-color: #82513F; }
a { background-color: rgb(130,81,63); }
div.DivClassName
{
background-color: #82513F;
}
.BgClassName
{
background-color: #82513F;
}
</style>
border-color css
<style>
span { border-color: #82513F; }
span { border-color: rgb(130,81,63); }
td.TdClassName
{
border-color: #82513F;
}
.TagClassName
{
border-color: #82513F;
}
</style>