Shades of Ironstone #82533E
Tints of Ironstone #82533E
RGB
CMYK
RGB Variations
Color information
#82533E (or 0x82533E) is known color: Ironstone. HEX triplet: 82, 53 and 3E. RGB value is (130,83,62). Sum of RGB (Red+Green+Blue) = 130+83+62=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #82533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82533E is #7DACC1. Grayscale: #5E5E5E. Windows color (decimal): -8236226 or 4084610. OLE color: 4084610.
HSL color Cylindrical-coordinate representation of color #82533E: hue angle of 18.53º 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 #82533E is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 83 | 62 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.49 |
| HSL | 18.53º | 0.35% | 0.38% | - |
| HSV(B) | 18.53º | 0.52% | 0.51% | - |
| XYZ | 13.17 | 11.28 | 6.04 | - |
| YUV | 94.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 62 | 0 | 0.36 | 0.52 | 0.49 | 18.53 | 0.35 | 0.38 |
| Hex | 82 | 53 | 3E | 0 | 24 | 34 | 31 | 13 | 23 | 26 |
| Octal | 202 | 123 | 76 | 0 | 44 | 64 | 61 | 23 | 43 | 46 |
| Binary | 10000010 | 1010011 | 111110 | 0 | 100100 | 110100 | 110001 | 10011 | 100011 | 100110 |
Color Harmonies of #82533E
Complementary color
Monochromatic Colors of #82533E
Black with #82533E
Text Example
Text Example
White with #82533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82533E; }
p { color: rgb(130,83,62); }
H1.HeaderClassName
{
color: #82533E;
}
.AnyTagClassName
{
color: #82533E;
}
</style>
background-color css
<style>
a { background-color: #82533E; }
a { background-color: rgb(130,83,62); }
div.DivClassName
{
background-color: #82533E;
}
.BgClassName
{
background-color: #82533E;
}
</style>
border-color css
<style>
span { border-color: #82533E; }
span { border-color: rgb(130,83,62); }
td.TdClassName
{
border-color: #82533E;
}
.TagClassName
{
border-color: #82533E;
}
</style>