Shades of Ironstone #805643
Tints of Ironstone #805643
RGB
CMYK
RGB Variations
Color information
#805643 (or 0x805643) is known color: Ironstone. HEX triplet: 80, 56 and 43. RGB value is (128,86,67). Sum of RGB (Red+Green+Blue) = 128+86+67=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #805643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805643 is #7FA9BC. Grayscale: #606060. Windows color (decimal): -8366525 or 4413056. OLE color: 4413056.
HSL color Cylindrical-coordinate representation of color #805643: hue angle of 18.69º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #805643 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 67 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.50 |
| HSL | 18.69º | 0.31% | 0.38% | - |
| HSV(B) | 18.69º | 0.48% | 0.5% | - |
| XYZ | 13.24 | 11.65 | 6.86 | - |
| YUV | 96.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 67 | 0 | 0.33 | 0.48 | 0.50 | 18.69 | 0.31 | 0.38 |
| Hex | 80 | 56 | 43 | 0 | 21 | 30 | 32 | 13 | 1F | 26 |
| Octal | 200 | 126 | 103 | 0 | 41 | 60 | 62 | 23 | 37 | 46 |
| Binary | 10000000 | 1010110 | 1000011 | 0 | 100001 | 110000 | 110010 | 10011 | 11111 | 100110 |
Color Harmonies of #805643
Complementary color
Monochromatic Colors of #805643
Black with #805643
Text Example
Text Example
White with #805643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805643; }
p { color: rgb(128,86,67); }
H1.HeaderClassName
{
color: #805643;
}
.AnyTagClassName
{
color: #805643;
}
</style>
background-color css
<style>
a { background-color: #805643; }
a { background-color: rgb(128,86,67); }
div.DivClassName
{
background-color: #805643;
}
.BgClassName
{
background-color: #805643;
}
</style>
border-color css
<style>
span { border-color: #805643; }
span { border-color: rgb(128,86,67); }
td.TdClassName
{
border-color: #805643;
}
.TagClassName
{
border-color: #805643;
}
</style>