Shades of Ironstone #805648
Tints of Ironstone #805648
RGB
CMYK
RGB Variations
Color information
#805648 (or 0x805648) is known color: Ironstone. HEX triplet: 80, 56 and 48. RGB value is (128,86,72). Sum of RGB (Red+Green+Blue) = 128+86+72=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #805648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805648 is #7FA9B7. Grayscale: #616161. Windows color (decimal): -8366520 or 4740736. OLE color: 4740736.
HSL color Cylindrical-coordinate representation of color #805648: hue angle of 15º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #805648 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 72 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.50 |
| HSL | 15º | 0.28% | 0.39% | - |
| HSV(B) | 15º | 0.44% | 0.5% | - |
| XYZ | 13.4 | 11.71 | 7.69 | - |
| YUV | 96.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 72 | 0 | 0.33 | 0.44 | 0.50 | 15 | 0.28 | 0.39 |
| Hex | 80 | 56 | 48 | 0 | 21 | 2C | 32 | F | 1C | 27 |
| Octal | 200 | 126 | 110 | 0 | 41 | 54 | 62 | 17 | 34 | 47 |
| Binary | 10000000 | 1010110 | 1001000 | 0 | 100001 | 101100 | 110010 | 1111 | 11100 | 100111 |
Color Harmonies of #805648
Complementary color
Monochromatic Colors of #805648
Black with #805648
Text Example
Text Example
White with #805648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805648; }
p { color: rgb(128,86,72); }
H1.HeaderClassName
{
color: #805648;
}
.AnyTagClassName
{
color: #805648;
}
</style>
background-color css
<style>
a { background-color: #805648; }
a { background-color: rgb(128,86,72); }
div.DivClassName
{
background-color: #805648;
}
.BgClassName
{
background-color: #805648;
}
</style>
border-color css
<style>
span { border-color: #805648; }
span { border-color: rgb(128,86,72); }
td.TdClassName
{
border-color: #805648;
}
.TagClassName
{
border-color: #805648;
}
</style>