Shades of Ironstone #895544
Tints of Ironstone #895544
RGB
CMYK
RGB Variations
Color information
#895544 (or 0x895544) is known color: Ironstone. HEX triplet: 89, 55 and 44. RGB value is (137,85,68). Sum of RGB (Red+Green+Blue) = 137+85+68=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #895544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895544 is #76AABB. Grayscale: #626262. Windows color (decimal): -7776956 or 4478345. OLE color: 4478345.
HSL color Cylindrical-coordinate representation of color #895544: hue angle of 14.78º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #895544 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 68 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.46 |
| HSL | 14.78º | 0.34% | 0.4% | - |
| HSV(B) | 14.78º | 0.5% | 0.54% | - |
| XYZ | 14.61 | 12.23 | 7.06 | - |
| YUV | 98.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 68 | 0 | 0.38 | 0.50 | 0.46 | 14.78 | 0.34 | 0.4 |
| Hex | 89 | 55 | 44 | 0 | 26 | 32 | 2E | F | 22 | 28 |
| Octal | 211 | 125 | 104 | 0 | 46 | 62 | 56 | 17 | 42 | 50 |
| Binary | 10001001 | 1010101 | 1000100 | 0 | 100110 | 110010 | 101110 | 1111 | 100010 | 101000 |
Color Harmonies of #895544
Complementary color
Monochromatic Colors of #895544
Black with #895544
Text Example
Text Example
White with #895544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895544; }
p { color: rgb(137,85,68); }
H1.HeaderClassName
{
color: #895544;
}
.AnyTagClassName
{
color: #895544;
}
</style>
background-color css
<style>
a { background-color: #895544; }
a { background-color: rgb(137,85,68); }
div.DivClassName
{
background-color: #895544;
}
.BgClassName
{
background-color: #895544;
}
</style>
border-color css
<style>
span { border-color: #895544; }
span { border-color: rgb(137,85,68); }
td.TdClassName
{
border-color: #895544;
}
.TagClassName
{
border-color: #895544;
}
</style>