Shades of Ironstone #88533F
Tints of Ironstone #88533F
RGB
CMYK
RGB Variations
Color information
#88533F (or 0x88533F) is known color: Ironstone. HEX triplet: 88, 53 and 3F. RGB value is (136,83,63). Sum of RGB (Red+Green+Blue) = 136+83+63=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88533F is #77ACC0. Grayscale: #606060. Windows color (decimal): -7843009 or 4150152. OLE color: 4150152.
HSL color Cylindrical-coordinate representation of color #88533F: hue angle of 16.44º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88533F is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 63 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.47 |
| HSL | 16.44º | 0.37% | 0.39% | - |
| HSV(B) | 16.44º | 0.54% | 0.53% | - |
| XYZ | 14.14 | 11.78 | 6.23 | - |
| YUV | 96.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 63 | 0 | 0.39 | 0.54 | 0.47 | 16.44 | 0.37 | 0.39 |
| Hex | 88 | 53 | 3F | 0 | 27 | 36 | 2F | 10 | 25 | 27 |
| Octal | 210 | 123 | 77 | 0 | 47 | 66 | 57 | 20 | 45 | 47 |
| Binary | 10001000 | 1010011 | 111111 | 0 | 100111 | 110110 | 101111 | 10000 | 100101 | 100111 |
Color Harmonies of #88533F
Complementary color
Monochromatic Colors of #88533F
Black with #88533F
Text Example
Text Example
White with #88533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88533F; }
p { color: rgb(136,83,63); }
H1.HeaderClassName
{
color: #88533F;
}
.AnyTagClassName
{
color: #88533F;
}
</style>
background-color css
<style>
a { background-color: #88533F; }
a { background-color: rgb(136,83,63); }
div.DivClassName
{
background-color: #88533F;
}
.BgClassName
{
background-color: #88533F;
}
</style>
border-color css
<style>
span { border-color: #88533F; }
span { border-color: rgb(136,83,63); }
td.TdClassName
{
border-color: #88533F;
}
.TagClassName
{
border-color: #88533F;
}
</style>