Shades of Ironstone #80554B
Tints of Ironstone #80554B
RGB
CMYK
RGB Variations
Color information
#80554B (or 0x80554B) is known color: Ironstone. HEX triplet: 80, 55 and 4B. RGB value is (128,85,75). Sum of RGB (Red+Green+Blue) = 128+85+75=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80554B is #7FAAB4. Grayscale: #606060. Windows color (decimal): -8366773 or 4937088. OLE color: 4937088.
HSL color Cylindrical-coordinate representation of color #80554B: hue angle of 11.32º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80554B is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 75 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.50 |
| HSL | 11.32º | 0.26% | 0.4% | - |
| HSV(B) | 11.32º | 0.41% | 0.5% | - |
| XYZ | 13.42 | 11.59 | 8.19 | - |
| YUV | 96.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 75 | 0 | 0.34 | 0.41 | 0.50 | 11.32 | 0.26 | 0.4 |
| Hex | 80 | 55 | 4B | 0 | 22 | 29 | 32 | B | 1A | 28 |
| Octal | 200 | 125 | 113 | 0 | 42 | 51 | 62 | 13 | 32 | 50 |
| Binary | 10000000 | 1010101 | 1001011 | 0 | 100010 | 101001 | 110010 | 1011 | 11010 | 101000 |
Color Harmonies of #80554B
Complementary color
Monochromatic Colors of #80554B
Black with #80554B
Text Example
Text Example
White with #80554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80554B; }
p { color: rgb(128,85,75); }
H1.HeaderClassName
{
color: #80554B;
}
.AnyTagClassName
{
color: #80554B;
}
</style>
background-color css
<style>
a { background-color: #80554B; }
a { background-color: rgb(128,85,75); }
div.DivClassName
{
background-color: #80554B;
}
.BgClassName
{
background-color: #80554B;
}
</style>
border-color css
<style>
span { border-color: #80554B; }
span { border-color: rgb(128,85,75); }
td.TdClassName
{
border-color: #80554B;
}
.TagClassName
{
border-color: #80554B;
}
</style>