Shades of Ironstone #88503C
Tints of Ironstone #88503C
RGB
CMYK
RGB Variations
Color information
#88503C (or 0x88503C) is known color: Ironstone. HEX triplet: 88, 50 and 3C. RGB value is (136,80,60). Sum of RGB (Red+Green+Blue) = 136+80+60=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88503C is #77AFC3. Grayscale: #5E5E5E. Windows color (decimal): -7843780 or 3952776. OLE color: 3952776.
HSL color Cylindrical-coordinate representation of color #88503C: hue angle of 15.79º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #88503C is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 60 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.47 |
| HSL | 15.79º | 0.39% | 0.38% | - |
| HSV(B) | 15.79º | 0.56% | 0.53% | - |
| XYZ | 13.84 | 11.3 | 5.73 | - |
| YUV | 94.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 60 | 0 | 0.41 | 0.56 | 0.47 | 15.79 | 0.39 | 0.38 |
| Hex | 88 | 50 | 3C | 0 | 29 | 38 | 2F | 10 | 27 | 26 |
| Octal | 210 | 120 | 74 | 0 | 51 | 70 | 57 | 20 | 47 | 46 |
| Binary | 10001000 | 1010000 | 111100 | 0 | 101001 | 111000 | 101111 | 10000 | 100111 | 100110 |
Color Harmonies of #88503C
Complementary color
Monochromatic Colors of #88503C
Black with #88503C
Text Example
Text Example
White with #88503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88503C; }
p { color: rgb(136,80,60); }
H1.HeaderClassName
{
color: #88503C;
}
.AnyTagClassName
{
color: #88503C;
}
</style>
background-color css
<style>
a { background-color: #88503C; }
a { background-color: rgb(136,80,60); }
div.DivClassName
{
background-color: #88503C;
}
.BgClassName
{
background-color: #88503C;
}
</style>
border-color css
<style>
span { border-color: #88503C; }
span { border-color: rgb(136,80,60); }
td.TdClassName
{
border-color: #88503C;
}
.TagClassName
{
border-color: #88503C;
}
</style>