Shades of Ironstone #845544
Tints of Ironstone #845544
RGB
CMYK
RGB Variations
Color information
#845544 (or 0x845544) is known color: Ironstone. HEX triplet: 84, 55 and 44. RGB value is (132,85,68). Sum of RGB (Red+Green+Blue) = 132+85+68=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #845544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845544 is #7BAABB. Grayscale: #616161. Windows color (decimal): -8104636 or 4478340. OLE color: 4478340.
HSL color Cylindrical-coordinate representation of color #845544: hue angle of 15.94º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #845544 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 68 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.48 |
| HSL | 15.94º | 0.32% | 0.39% | - |
| HSV(B) | 15.94º | 0.48% | 0.52% | - |
| XYZ | 13.81 | 11.82 | 7.02 | - |
| YUV | 97.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 68 | 0 | 0.36 | 0.48 | 0.48 | 15.94 | 0.32 | 0.39 |
| Hex | 84 | 55 | 44 | 0 | 24 | 30 | 30 | 10 | 20 | 27 |
| Octal | 204 | 125 | 104 | 0 | 44 | 60 | 60 | 20 | 40 | 47 |
| Binary | 10000100 | 1010101 | 1000100 | 0 | 100100 | 110000 | 110000 | 10000 | 100000 | 100111 |
Color Harmonies of #845544
Complementary color
Monochromatic Colors of #845544
Black with #845544
Text Example
Text Example
White with #845544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845544; }
p { color: rgb(132,85,68); }
H1.HeaderClassName
{
color: #845544;
}
.AnyTagClassName
{
color: #845544;
}
</style>
background-color css
<style>
a { background-color: #845544; }
a { background-color: rgb(132,85,68); }
div.DivClassName
{
background-color: #845544;
}
.BgClassName
{
background-color: #845544;
}
</style>
border-color css
<style>
span { border-color: #845544; }
span { border-color: rgb(132,85,68); }
td.TdClassName
{
border-color: #845544;
}
.TagClassName
{
border-color: #845544;
}
</style>