Shades of Ironstone #88523B
Tints of Ironstone #88523B
RGB
CMYK
RGB Variations
Color information
#88523B (or 0x88523B) is known color: Ironstone. HEX triplet: 88, 52 and 3B. RGB value is (136,82,59). Sum of RGB (Red+Green+Blue) = 136+82+59=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88523B is #77ADC4. Grayscale: #5F5F5F. Windows color (decimal): -7843269 or 3887752. OLE color: 3887752.
HSL color Cylindrical-coordinate representation of color #88523B: hue angle of 17.92º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88523B is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 59 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.47 |
| HSL | 17.92º | 0.39% | 0.38% | - |
| HSV(B) | 17.92º | 0.57% | 0.53% | - |
| XYZ | 13.96 | 11.58 | 5.64 | - |
| YUV | 95.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 59 | 0 | 0.40 | 0.57 | 0.47 | 17.92 | 0.39 | 0.38 |
| Hex | 88 | 52 | 3B | 0 | 28 | 39 | 2F | 12 | 27 | 26 |
| Octal | 210 | 122 | 73 | 0 | 50 | 71 | 57 | 22 | 47 | 46 |
| Binary | 10001000 | 1010010 | 111011 | 0 | 101000 | 111001 | 101111 | 10010 | 100111 | 100110 |
Color Harmonies of #88523B
Complementary color
Monochromatic Colors of #88523B
Black with #88523B
Text Example
Text Example
White with #88523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88523B; }
p { color: rgb(136,82,59); }
H1.HeaderClassName
{
color: #88523B;
}
.AnyTagClassName
{
color: #88523B;
}
</style>
background-color css
<style>
a { background-color: #88523B; }
a { background-color: rgb(136,82,59); }
div.DivClassName
{
background-color: #88523B;
}
.BgClassName
{
background-color: #88523B;
}
</style>
border-color css
<style>
span { border-color: #88523B; }
span { border-color: rgb(136,82,59); }
td.TdClassName
{
border-color: #88523B;
}
.TagClassName
{
border-color: #88523B;
}
</style>