Shades of Ironstone #885443
Tints of Ironstone #885443
RGB
CMYK
RGB Variations
Color information
#885443 (or 0x885443) is known color: Ironstone. HEX triplet: 88, 54 and 43. RGB value is (136,84,67). Sum of RGB (Red+Green+Blue) = 136+84+67=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #885443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885443 is #77ABBC. Grayscale: #616161. Windows color (decimal): -7842749 or 4412552. OLE color: 4412552.
HSL color Cylindrical-coordinate representation of color #885443: hue angle of 14.78º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #885443 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 67 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.47 |
| HSL | 14.78º | 0.34% | 0.4% | - |
| HSV(B) | 14.78º | 0.51% | 0.53% | - |
| XYZ | 14.34 | 11.98 | 6.87 | - |
| YUV | 97.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 67 | 0 | 0.38 | 0.51 | 0.47 | 14.78 | 0.34 | 0.4 |
| Hex | 88 | 54 | 43 | 0 | 26 | 33 | 2F | F | 22 | 28 |
| Octal | 210 | 124 | 103 | 0 | 46 | 63 | 57 | 17 | 42 | 50 |
| Binary | 10001000 | 1010100 | 1000011 | 0 | 100110 | 110011 | 101111 | 1111 | 100010 | 101000 |
Color Harmonies of #885443
Complementary color
Monochromatic Colors of #885443
Black with #885443
Text Example
Text Example
White with #885443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885443; }
p { color: rgb(136,84,67); }
H1.HeaderClassName
{
color: #885443;
}
.AnyTagClassName
{
color: #885443;
}
</style>
background-color css
<style>
a { background-color: #885443; }
a { background-color: rgb(136,84,67); }
div.DivClassName
{
background-color: #885443;
}
.BgClassName
{
background-color: #885443;
}
</style>
border-color css
<style>
span { border-color: #885443; }
span { border-color: rgb(136,84,67); }
td.TdClassName
{
border-color: #885443;
}
.TagClassName
{
border-color: #885443;
}
</style>