Shades of Ironstone #805140
Tints of Ironstone #805140
RGB
CMYK
RGB Variations
Color information
#805140 (or 0x805140) is known color: Ironstone. HEX triplet: 80, 51 and 40. RGB value is (128,81,64). Sum of RGB (Red+Green+Blue) = 128+81+64=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #805140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805140 is #7FAEBF. Grayscale: #5D5D5D. Windows color (decimal): -8367808 or 4215168. OLE color: 4215168.
HSL color Cylindrical-coordinate representation of color #805140: hue angle of 15.94º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #805140 is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 64 | - |
| CMYK | 0 | 0.37 | 0.5 | 0.50 |
| HSL | 15.94º | 0.33% | 0.38% | - |
| HSV(B) | 15.94º | 0.5% | 0.5% | - |
| XYZ | 12.77 | 10.84 | 6.27 | - |
| YUV | 93.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 64 | 0 | 0.37 | 0.5 | 0.50 | 15.94 | 0.33 | 0.38 |
| Hex | 80 | 51 | 40 | 0 | 25 | 32 | 32 | 10 | 21 | 26 |
| Octal | 200 | 121 | 100 | 0 | 45 | 62 | 62 | 20 | 41 | 46 |
| Binary | 10000000 | 1010001 | 1000000 | 0 | 100101 | 110010 | 110010 | 10000 | 100001 | 100110 |
Color Harmonies of #805140
Complementary color
Monochromatic Colors of #805140
Black with #805140
Text Example
Text Example
White with #805140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805140; }
p { color: rgb(128,81,64); }
H1.HeaderClassName
{
color: #805140;
}
.AnyTagClassName
{
color: #805140;
}
</style>
background-color css
<style>
a { background-color: #805140; }
a { background-color: rgb(128,81,64); }
div.DivClassName
{
background-color: #805140;
}
.BgClassName
{
background-color: #805140;
}
</style>
border-color css
<style>
span { border-color: #805140; }
span { border-color: rgb(128,81,64); }
td.TdClassName
{
border-color: #805140;
}
.TagClassName
{
border-color: #805140;
}
</style>