Shades of Ironstone #885641
Tints of Ironstone #885641
RGB
CMYK
RGB Variations
Color information
#885641 (or 0x885641) is known color: Ironstone. HEX triplet: 88, 56 and 41. RGB value is (136,86,65). Sum of RGB (Red+Green+Blue) = 136+86+65=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #885641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885641 is #77A9BE. Grayscale: #626262. Windows color (decimal): -7842239 or 4281992. OLE color: 4281992.
HSL color Cylindrical-coordinate representation of color #885641: hue angle of 17.75º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #885641 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 65 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.47 |
| HSL | 17.75º | 0.35% | 0.39% | - |
| HSV(B) | 17.75º | 0.52% | 0.53% | - |
| XYZ | 14.44 | 12.27 | 6.61 | - |
| YUV | 98.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 65 | 0 | 0.37 | 0.52 | 0.47 | 17.75 | 0.35 | 0.39 |
| Hex | 88 | 56 | 41 | 0 | 25 | 34 | 2F | 12 | 23 | 27 |
| Octal | 210 | 126 | 101 | 0 | 45 | 64 | 57 | 22 | 43 | 47 |
| Binary | 10001000 | 1010110 | 1000001 | 0 | 100101 | 110100 | 101111 | 10010 | 100011 | 100111 |
Color Harmonies of #885641
Complementary color
Monochromatic Colors of #885641
Black with #885641
Text Example
Text Example
White with #885641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885641; }
p { color: rgb(136,86,65); }
H1.HeaderClassName
{
color: #885641;
}
.AnyTagClassName
{
color: #885641;
}
</style>
background-color css
<style>
a { background-color: #885641; }
a { background-color: rgb(136,86,65); }
div.DivClassName
{
background-color: #885641;
}
.BgClassName
{
background-color: #885641;
}
</style>
border-color css
<style>
span { border-color: #885641; }
span { border-color: rgb(136,86,65); }
td.TdClassName
{
border-color: #885641;
}
.TagClassName
{
border-color: #885641;
}
</style>