Shades of Ironstone #89533C
Tints of Ironstone #89533C
RGB
CMYK
RGB Variations
Color information
#89533C (or 0x89533C) is known color: Ironstone. HEX triplet: 89, 53 and 3C. RGB value is (137,83,60). Sum of RGB (Red+Green+Blue) = 137+83+60=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89533C is #76ACC3. Grayscale: #606060. Windows color (decimal): -7777476 or 3953545. OLE color: 3953545.
HSL color Cylindrical-coordinate representation of color #89533C: hue angle of 17.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #89533C is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 83 | 60 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.46 |
| HSL | 17.92º | 0.39% | 0.39% | - |
| HSV(B) | 17.92º | 0.56% | 0.54% | - |
| XYZ | 14.23 | 11.83 | 5.81 | - |
| YUV | 96.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 60 | 0 | 0.39 | 0.56 | 0.46 | 17.92 | 0.39 | 0.39 |
| Hex | 89 | 53 | 3C | 0 | 27 | 38 | 2E | 12 | 27 | 27 |
| Octal | 211 | 123 | 74 | 0 | 47 | 70 | 56 | 22 | 47 | 47 |
| Binary | 10001001 | 1010011 | 111100 | 0 | 100111 | 111000 | 101110 | 10010 | 100111 | 100111 |
Color Harmonies of #89533C
Complementary color
Monochromatic Colors of #89533C
Black with #89533C
Text Example
Text Example
White with #89533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89533C; }
p { color: rgb(137,83,60); }
H1.HeaderClassName
{
color: #89533C;
}
.AnyTagClassName
{
color: #89533C;
}
</style>
background-color css
<style>
a { background-color: #89533C; }
a { background-color: rgb(137,83,60); }
div.DivClassName
{
background-color: #89533C;
}
.BgClassName
{
background-color: #89533C;
}
</style>
border-color css
<style>
span { border-color: #89533C; }
span { border-color: rgb(137,83,60); }
td.TdClassName
{
border-color: #89533C;
}
.TagClassName
{
border-color: #89533C;
}
</style>