Shades of Ironstone #805047
Tints of Ironstone #805047
RGB
CMYK
RGB Variations
Color information
#805047 (or 0x805047) is known color: Ironstone. HEX triplet: 80, 50 and 47. RGB value is (128,80,71). Sum of RGB (Red+Green+Blue) = 128+80+71=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #805047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805047 is #7FAFB8. Grayscale: #5D5D5D. Windows color (decimal): -8368057 or 4673664. OLE color: 4673664.
HSL color Cylindrical-coordinate representation of color #805047: hue angle of 9.47º 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 #805047 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 71 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.50 |
| HSL | 9.47º | 0.29% | 0.39% | - |
| HSV(B) | 9.47º | 0.45% | 0.5% | - |
| XYZ | 12.91 | 10.78 | 7.36 | - |
| YUV | 93.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 71 | 0 | 0.38 | 0.45 | 0.50 | 9.47 | 0.29 | 0.39 |
| Hex | 80 | 50 | 47 | 0 | 26 | 2D | 32 | 9 | 1D | 27 |
| Octal | 200 | 120 | 107 | 0 | 46 | 55 | 62 | 11 | 35 | 47 |
| Binary | 10000000 | 1010000 | 1000111 | 0 | 100110 | 101101 | 110010 | 1001 | 11101 | 100111 |
Color Harmonies of #805047
Complementary color
Monochromatic Colors of #805047
Black with #805047
Text Example
Text Example
White with #805047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805047; }
p { color: rgb(128,80,71); }
H1.HeaderClassName
{
color: #805047;
}
.AnyTagClassName
{
color: #805047;
}
</style>
background-color css
<style>
a { background-color: #805047; }
a { background-color: rgb(128,80,71); }
div.DivClassName
{
background-color: #805047;
}
.BgClassName
{
background-color: #805047;
}
</style>
border-color css
<style>
span { border-color: #805047; }
span { border-color: rgb(128,80,71); }
td.TdClassName
{
border-color: #805047;
}
.TagClassName
{
border-color: #805047;
}
</style>