Shades of Ironstone #82513D
Tints of Ironstone #82513D
RGB
CMYK
RGB Variations
Color information
#82513D (or 0x82513D) is known color: Ironstone. HEX triplet: 82, 51 and 3D. RGB value is (130,81,61). Sum of RGB (Red+Green+Blue) = 130+81+61=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82513D is #7DAEC2. Grayscale: #5D5D5D. Windows color (decimal): -8236739 or 4018562. OLE color: 4018562.
HSL color Cylindrical-coordinate representation of color #82513D: hue angle of 17.39º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82513D is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 61 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.49 |
| HSL | 17.39º | 0.36% | 0.37% | - |
| HSV(B) | 17.39º | 0.53% | 0.51% | - |
| XYZ | 12.99 | 10.97 | 5.85 | - |
| YUV | 93.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 61 | 0 | 0.38 | 0.53 | 0.49 | 17.39 | 0.36 | 0.37 |
| Hex | 82 | 51 | 3D | 0 | 26 | 35 | 31 | 11 | 24 | 25 |
| Octal | 202 | 121 | 75 | 0 | 46 | 65 | 61 | 21 | 44 | 45 |
| Binary | 10000010 | 1010001 | 111101 | 0 | 100110 | 110101 | 110001 | 10001 | 100100 | 100101 |
Color Harmonies of #82513D
Complementary color
Monochromatic Colors of #82513D
Black with #82513D
Text Example
Text Example
White with #82513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82513D; }
p { color: rgb(130,81,61); }
H1.HeaderClassName
{
color: #82513D;
}
.AnyTagClassName
{
color: #82513D;
}
</style>
background-color css
<style>
a { background-color: #82513D; }
a { background-color: rgb(130,81,61); }
div.DivClassName
{
background-color: #82513D;
}
.BgClassName
{
background-color: #82513D;
}
</style>
border-color css
<style>
span { border-color: #82513D; }
span { border-color: rgb(130,81,61); }
td.TdClassName
{
border-color: #82513D;
}
.TagClassName
{
border-color: #82513D;
}
</style>