Shades of Ironstone #885543
Tints of Ironstone #885543
RGB
CMYK
RGB Variations
Color information
#885543 (or 0x885543) is known color: Ironstone. HEX triplet: 88, 55 and 43. RGB value is (136,85,67). Sum of RGB (Red+Green+Blue) = 136+85+67=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #885543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885543 is #77AABC. Grayscale: #626262. Windows color (decimal): -7842493 or 4412808. OLE color: 4412808.
HSL color Cylindrical-coordinate representation of color #885543: hue angle of 15.65º 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 #885543 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 67 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.47 |
| HSL | 15.65º | 0.34% | 0.4% | - |
| HSV(B) | 15.65º | 0.51% | 0.53% | - |
| XYZ | 14.41 | 12.14 | 6.89 | - |
| YUV | 98.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 67 | 0 | 0.38 | 0.51 | 0.47 | 15.65 | 0.34 | 0.4 |
| Hex | 88 | 55 | 43 | 0 | 26 | 33 | 2F | 10 | 22 | 28 |
| Octal | 210 | 125 | 103 | 0 | 46 | 63 | 57 | 20 | 42 | 50 |
| Binary | 10001000 | 1010101 | 1000011 | 0 | 100110 | 110011 | 101111 | 10000 | 100010 | 101000 |
Color Harmonies of #885543
Complementary color
Monochromatic Colors of #885543
Black with #885543
Text Example
Text Example
White with #885543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885543; }
p { color: rgb(136,85,67); }
H1.HeaderClassName
{
color: #885543;
}
.AnyTagClassName
{
color: #885543;
}
</style>
background-color css
<style>
a { background-color: #885543; }
a { background-color: rgb(136,85,67); }
div.DivClassName
{
background-color: #885543;
}
.BgClassName
{
background-color: #885543;
}
</style>
border-color css
<style>
span { border-color: #885543; }
span { border-color: rgb(136,85,67); }
td.TdClassName
{
border-color: #885543;
}
.TagClassName
{
border-color: #885543;
}
</style>