Shades of Ironstone #855644
Tints of Ironstone #855644
RGB
CMYK
RGB Variations
Color information
#855644 (or 0x855644) is known color: Ironstone. HEX triplet: 85, 56 and 44. RGB value is (133,86,68). Sum of RGB (Red+Green+Blue) = 133+86+68=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #855644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855644 is #7AA9BB. Grayscale: #626262. Windows color (decimal): -8038844 or 4478597. OLE color: 4478597.
HSL color Cylindrical-coordinate representation of color #855644: hue angle of 16.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #855644 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 68 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.48 |
| HSL | 16.62º | 0.32% | 0.39% | - |
| HSV(B) | 16.62º | 0.49% | 0.52% | - |
| XYZ | 14.04 | 12.06 | 7.06 | - |
| YUV | 98 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 68 | 0 | 0.35 | 0.49 | 0.48 | 16.62 | 0.32 | 0.39 |
| Hex | 85 | 56 | 44 | 0 | 23 | 31 | 30 | 11 | 20 | 27 |
| Octal | 205 | 126 | 104 | 0 | 43 | 61 | 60 | 21 | 40 | 47 |
| Binary | 10000101 | 1010110 | 1000100 | 0 | 100011 | 110001 | 110000 | 10001 | 100000 | 100111 |
Color Harmonies of #855644
Complementary color
Monochromatic Colors of #855644
Black with #855644
Text Example
Text Example
White with #855644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855644; }
p { color: rgb(133,86,68); }
H1.HeaderClassName
{
color: #855644;
}
.AnyTagClassName
{
color: #855644;
}
</style>
background-color css
<style>
a { background-color: #855644; }
a { background-color: rgb(133,86,68); }
div.DivClassName
{
background-color: #855644;
}
.BgClassName
{
background-color: #855644;
}
</style>
border-color css
<style>
span { border-color: #855644; }
span { border-color: rgb(133,86,68); }
td.TdClassName
{
border-color: #855644;
}
.TagClassName
{
border-color: #855644;
}
</style>