Shades of Ironstone #805345
Tints of Ironstone #805345
RGB
CMYK
RGB Variations
Color information
#805345 (or 0x805345) is known color: Ironstone. HEX triplet: 80, 53 and 45. RGB value is (128,83,69). Sum of RGB (Red+Green+Blue) = 128+83+69=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #805345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805345 is #7FACBA. Grayscale: #5E5E5E. Windows color (decimal): -8367291 or 4543360. OLE color: 4543360.
HSL color Cylindrical-coordinate representation of color #805345: hue angle of 14.24º 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 #805345 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 83 | 69 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.50 |
| HSL | 14.24º | 0.3% | 0.39% | - |
| HSV(B) | 14.24º | 0.46% | 0.5% | - |
| XYZ | 13.07 | 11.21 | 7.1 | - |
| YUV | 94.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 69 | 0 | 0.35 | 0.46 | 0.50 | 14.24 | 0.3 | 0.39 |
| Hex | 80 | 53 | 45 | 0 | 23 | 2E | 32 | E | 1E | 27 |
| Octal | 200 | 123 | 105 | 0 | 43 | 56 | 62 | 16 | 36 | 47 |
| Binary | 10000000 | 1010011 | 1000101 | 0 | 100011 | 101110 | 110010 | 1110 | 11110 | 100111 |
Color Harmonies of #805345
Complementary color
Monochromatic Colors of #805345
Black with #805345
Text Example
Text Example
White with #805345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805345; }
p { color: rgb(128,83,69); }
H1.HeaderClassName
{
color: #805345;
}
.AnyTagClassName
{
color: #805345;
}
</style>
background-color css
<style>
a { background-color: #805345; }
a { background-color: rgb(128,83,69); }
div.DivClassName
{
background-color: #805345;
}
.BgClassName
{
background-color: #805345;
}
</style>
border-color css
<style>
span { border-color: #805345; }
span { border-color: rgb(128,83,69); }
td.TdClassName
{
border-color: #805345;
}
.TagClassName
{
border-color: #805345;
}
</style>