Shades of Ironstone #80523F
Tints of Ironstone #80523F
RGB
CMYK
RGB Variations
Color information
#80523F (or 0x80523F) is known color: Ironstone. HEX triplet: 80, 52 and 3F. RGB value is (128,82,63). Sum of RGB (Red+Green+Blue) = 128+82+63=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80523F is #7FADC0. Grayscale: #5D5D5D. Windows color (decimal): -8367553 or 4149888. OLE color: 4149888.
HSL color Cylindrical-coordinate representation of color #80523F: hue angle of 17.54º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80523F is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 82 | 63 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.50 |
| HSL | 17.54º | 0.34% | 0.37% | - |
| HSV(B) | 17.54º | 0.51% | 0.5% | - |
| XYZ | 12.82 | 10.98 | 6.15 | - |
| YUV | 93.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 63 | 0 | 0.36 | 0.51 | 0.50 | 17.54 | 0.34 | 0.37 |
| Hex | 80 | 52 | 3F | 0 | 24 | 33 | 32 | 12 | 22 | 25 |
| Octal | 200 | 122 | 77 | 0 | 44 | 63 | 62 | 22 | 42 | 45 |
| Binary | 10000000 | 1010010 | 111111 | 0 | 100100 | 110011 | 110010 | 10010 | 100010 | 100101 |
Color Harmonies of #80523F
Complementary color
Monochromatic Colors of #80523F
Black with #80523F
Text Example
Text Example
White with #80523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80523F; }
p { color: rgb(128,82,63); }
H1.HeaderClassName
{
color: #80523F;
}
.AnyTagClassName
{
color: #80523F;
}
</style>
background-color css
<style>
a { background-color: #80523F; }
a { background-color: rgb(128,82,63); }
div.DivClassName
{
background-color: #80523F;
}
.BgClassName
{
background-color: #80523F;
}
</style>
border-color css
<style>
span { border-color: #80523F; }
span { border-color: rgb(128,82,63); }
td.TdClassName
{
border-color: #80523F;
}
.TagClassName
{
border-color: #80523F;
}
</style>