Shades of Ironstone #885242
Tints of Ironstone #885242
RGB
CMYK
RGB Variations
Color information
#885242 (or 0x885242) is known color: Ironstone. HEX triplet: 88, 52 and 42. RGB value is (136,82,66). Sum of RGB (Red+Green+Blue) = 136+82+66=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #885242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885242 is #77ADBD. Grayscale: #606060. Windows color (decimal): -7843262 or 4346504. OLE color: 4346504.
HSL color Cylindrical-coordinate representation of color #885242: hue angle of 13.71º degrees, saturation: 0.35, 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 #885242 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 66 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.47 |
| HSL | 13.71º | 0.35% | 0.4% | - |
| HSV(B) | 13.71º | 0.51% | 0.53% | - |
| XYZ | 14.15 | 11.66 | 6.66 | - |
| YUV | 96.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 66 | 0 | 0.40 | 0.51 | 0.47 | 13.71 | 0.35 | 0.4 |
| Hex | 88 | 52 | 42 | 0 | 28 | 33 | 2F | E | 23 | 28 |
| Octal | 210 | 122 | 102 | 0 | 50 | 63 | 57 | 16 | 43 | 50 |
| Binary | 10001000 | 1010010 | 1000010 | 0 | 101000 | 110011 | 101111 | 1110 | 100011 | 101000 |
Color Harmonies of #885242
Complementary color
Monochromatic Colors of #885242
Black with #885242
Text Example
Text Example
White with #885242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885242; }
p { color: rgb(136,82,66); }
H1.HeaderClassName
{
color: #885242;
}
.AnyTagClassName
{
color: #885242;
}
</style>
background-color css
<style>
a { background-color: #885242; }
a { background-color: rgb(136,82,66); }
div.DivClassName
{
background-color: #885242;
}
.BgClassName
{
background-color: #885242;
}
</style>
border-color css
<style>
span { border-color: #885242; }
span { border-color: rgb(136,82,66); }
td.TdClassName
{
border-color: #885242;
}
.TagClassName
{
border-color: #885242;
}
</style>