Shades of Ironstone #82503E
Tints of Ironstone #82503E
RGB
CMYK
RGB Variations
Color information
#82503E (or 0x82503E) is known color: Ironstone. HEX triplet: 82, 50 and 3E. RGB value is (130,80,62). Sum of RGB (Red+Green+Blue) = 130+80+62=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82503E is #7DAFC1. Grayscale: #5D5D5D. Windows color (decimal): -8236994 or 4083842. OLE color: 4083842.
HSL color Cylindrical-coordinate representation of color #82503E: hue angle of 15.88º 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 #82503E is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 80 | 62 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.49 |
| HSL | 15.88º | 0.35% | 0.38% | - |
| HSV(B) | 15.88º | 0.52% | 0.51% | - |
| XYZ | 12.94 | 10.83 | 5.97 | - |
| YUV | 92.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 62 | 0 | 0.38 | 0.52 | 0.49 | 15.88 | 0.35 | 0.38 |
| Hex | 82 | 50 | 3E | 0 | 26 | 34 | 31 | 10 | 23 | 26 |
| Octal | 202 | 120 | 76 | 0 | 46 | 64 | 61 | 20 | 43 | 46 |
| Binary | 10000010 | 1010000 | 111110 | 0 | 100110 | 110100 | 110001 | 10000 | 100011 | 100110 |
Color Harmonies of #82503E
Complementary color
Monochromatic Colors of #82503E
Black with #82503E
Text Example
Text Example
White with #82503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82503E; }
p { color: rgb(130,80,62); }
H1.HeaderClassName
{
color: #82503E;
}
.AnyTagClassName
{
color: #82503E;
}
</style>
background-color css
<style>
a { background-color: #82503E; }
a { background-color: rgb(130,80,62); }
div.DivClassName
{
background-color: #82503E;
}
.BgClassName
{
background-color: #82503E;
}
</style>
border-color css
<style>
span { border-color: #82503E; }
span { border-color: rgb(130,80,62); }
td.TdClassName
{
border-color: #82503E;
}
.TagClassName
{
border-color: #82503E;
}
</style>