Shades of Ironstone #805447
Tints of Ironstone #805447
RGB
CMYK
RGB Variations
Color information
#805447 (or 0x805447) is known color: Ironstone. HEX triplet: 80, 54 and 47. RGB value is (128,84,71). Sum of RGB (Red+Green+Blue) = 128+84+71=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #805447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805447 is #7FABB8. Grayscale: #5F5F5F. Windows color (decimal): -8367033 or 4674688. OLE color: 4674688.
HSL color Cylindrical-coordinate representation of color #805447: hue angle of 13.68º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805447 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 71 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.50 |
| HSL | 13.68º | 0.29% | 0.39% | - |
| HSV(B) | 13.68º | 0.45% | 0.5% | - |
| XYZ | 13.21 | 11.38 | 7.46 | - |
| YUV | 95.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 71 | 0 | 0.34 | 0.45 | 0.50 | 13.68 | 0.29 | 0.39 |
| Hex | 80 | 54 | 47 | 0 | 22 | 2D | 32 | E | 1D | 27 |
| Octal | 200 | 124 | 107 | 0 | 42 | 55 | 62 | 16 | 35 | 47 |
| Binary | 10000000 | 1010100 | 1000111 | 0 | 100010 | 101101 | 110010 | 1110 | 11101 | 100111 |
Color Harmonies of #805447
Complementary color
Monochromatic Colors of #805447
Black with #805447
Text Example
Text Example
White with #805447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805447; }
p { color: rgb(128,84,71); }
H1.HeaderClassName
{
color: #805447;
}
.AnyTagClassName
{
color: #805447;
}
</style>
background-color css
<style>
a { background-color: #805447; }
a { background-color: rgb(128,84,71); }
div.DivClassName
{
background-color: #805447;
}
.BgClassName
{
background-color: #805447;
}
</style>
border-color css
<style>
span { border-color: #805447; }
span { border-color: rgb(128,84,71); }
td.TdClassName
{
border-color: #805447;
}
.TagClassName
{
border-color: #805447;
}
</style>