Shades of Ironstone #805145
Tints of Ironstone #805145
RGB
CMYK
RGB Variations
Color information
#805145 (or 0x805145) is known color: Ironstone. HEX triplet: 80, 51 and 45. RGB value is (128,81,69). Sum of RGB (Red+Green+Blue) = 128+81+69=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #805145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805145 is #7FAEBA. Grayscale: #5D5D5D. Windows color (decimal): -8367803 or 4542848. OLE color: 4542848.
HSL color Cylindrical-coordinate representation of color #805145: hue angle of 12.2º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805145 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 69 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.50 |
| HSL | 12.2º | 0.3% | 0.39% | - |
| HSV(B) | 12.2º | 0.46% | 0.5% | - |
| XYZ | 12.92 | 10.9 | 7.05 | - |
| YUV | 93.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 69 | 0 | 0.37 | 0.46 | 0.50 | 12.2 | 0.3 | 0.39 |
| Hex | 80 | 51 | 45 | 0 | 25 | 2E | 32 | C | 1E | 27 |
| Octal | 200 | 121 | 105 | 0 | 45 | 56 | 62 | 14 | 36 | 47 |
| Binary | 10000000 | 1010001 | 1000101 | 0 | 100101 | 101110 | 110010 | 1100 | 11110 | 100111 |
Color Harmonies of #805145
Complementary color
Monochromatic Colors of #805145
Black with #805145
Text Example
Text Example
White with #805145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805145; }
p { color: rgb(128,81,69); }
H1.HeaderClassName
{
color: #805145;
}
.AnyTagClassName
{
color: #805145;
}
</style>
background-color css
<style>
a { background-color: #805145; }
a { background-color: rgb(128,81,69); }
div.DivClassName
{
background-color: #805145;
}
.BgClassName
{
background-color: #805145;
}
</style>
border-color css
<style>
span { border-color: #805145; }
span { border-color: rgb(128,81,69); }
td.TdClassName
{
border-color: #805145;
}
.TagClassName
{
border-color: #805145;
}
</style>