Shades of Ironstone #895648
Tints of Ironstone #895648
RGB
CMYK
RGB Variations
Color information
#895648 (or 0x895648) is known color: Ironstone. HEX triplet: 89, 56 and 48. RGB value is (137,86,72). Sum of RGB (Red+Green+Blue) = 137+86+72=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #895648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895648 is #76A9B7. Grayscale: #636363. Windows color (decimal): -7776696 or 4740745. OLE color: 4740745.
HSL color Cylindrical-coordinate representation of color #895648: hue angle of 12.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895648 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 72 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.46 |
| HSL | 12.92º | 0.31% | 0.41% | - |
| HSV(B) | 12.92º | 0.47% | 0.54% | - |
| XYZ | 14.81 | 12.44 | 7.75 | - |
| YUV | 99.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 72 | 0 | 0.37 | 0.47 | 0.46 | 12.92 | 0.31 | 0.41 |
| Hex | 89 | 56 | 48 | 0 | 25 | 2F | 2E | D | 1F | 29 |
| Octal | 211 | 126 | 110 | 0 | 45 | 57 | 56 | 15 | 37 | 51 |
| Binary | 10001001 | 1010110 | 1001000 | 0 | 100101 | 101111 | 101110 | 1101 | 11111 | 101001 |
Color Harmonies of #895648
Complementary color
Monochromatic Colors of #895648
Black with #895648
Text Example
Text Example
White with #895648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895648; }
p { color: rgb(137,86,72); }
H1.HeaderClassName
{
color: #895648;
}
.AnyTagClassName
{
color: #895648;
}
</style>
background-color css
<style>
a { background-color: #895648; }
a { background-color: rgb(137,86,72); }
div.DivClassName
{
background-color: #895648;
}
.BgClassName
{
background-color: #895648;
}
</style>
border-color css
<style>
span { border-color: #895648; }
span { border-color: rgb(137,86,72); }
td.TdClassName
{
border-color: #895648;
}
.TagClassName
{
border-color: #895648;
}
</style>