Shades of Ironstone #805347
Tints of Ironstone #805347
RGB
CMYK
RGB Variations
Color information
#805347 (or 0x805347) is known color: Ironstone. HEX triplet: 80, 53 and 47. RGB value is (128,83,71). Sum of RGB (Red+Green+Blue) = 128+83+71=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #805347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805347 is #7FACB8. Grayscale: #5F5F5F. Windows color (decimal): -8367289 or 4674432. OLE color: 4674432.
HSL color Cylindrical-coordinate representation of color #805347: hue angle of 12.63º 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 #805347 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 71 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.50 |
| HSL | 12.63º | 0.29% | 0.39% | - |
| HSV(B) | 12.63º | 0.45% | 0.5% | - |
| XYZ | 13.13 | 11.23 | 7.44 | - |
| YUV | 95.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 71 | 0 | 0.35 | 0.45 | 0.50 | 12.63 | 0.29 | 0.39 |
| Hex | 80 | 53 | 47 | 0 | 23 | 2D | 32 | D | 1D | 27 |
| Octal | 200 | 123 | 107 | 0 | 43 | 55 | 62 | 15 | 35 | 47 |
| Binary | 10000000 | 1010011 | 1000111 | 0 | 100011 | 101101 | 110010 | 1101 | 11101 | 100111 |
Color Harmonies of #805347
Complementary color
Monochromatic Colors of #805347
Black with #805347
Text Example
Text Example
White with #805347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805347; }
p { color: rgb(128,83,71); }
H1.HeaderClassName
{
color: #805347;
}
.AnyTagClassName
{
color: #805347;
}
</style>
background-color css
<style>
a { background-color: #805347; }
a { background-color: rgb(128,83,71); }
div.DivClassName
{
background-color: #805347;
}
.BgClassName
{
background-color: #805347;
}
</style>
border-color css
<style>
span { border-color: #805347; }
span { border-color: rgb(128,83,71); }
td.TdClassName
{
border-color: #805347;
}
.TagClassName
{
border-color: #805347;
}
</style>