Shades of Ironstone #855549
Tints of Ironstone #855549
RGB
CMYK
RGB Variations
Color information
#855549 (or 0x855549) is known color: Ironstone. HEX triplet: 85, 55 and 49. RGB value is (133,85,73). Sum of RGB (Red+Green+Blue) = 133+85+73=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855549 is #7AAAB6. Grayscale: #626262. Windows color (decimal): -8039095 or 4806021. OLE color: 4806021.
HSL color Cylindrical-coordinate representation of color #855549: hue angle of 12º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855549 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 73 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.48 |
| HSL | 12º | 0.29% | 0.4% | - |
| HSV(B) | 12º | 0.45% | 0.52% | - |
| XYZ | 14.12 | 11.96 | 7.87 | - |
| YUV | 97.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 73 | 0 | 0.36 | 0.45 | 0.48 | 12 | 0.29 | 0.4 |
| Hex | 85 | 55 | 49 | 0 | 24 | 2D | 30 | C | 1D | 28 |
| Octal | 205 | 125 | 111 | 0 | 44 | 55 | 60 | 14 | 35 | 50 |
| Binary | 10000101 | 1010101 | 1001001 | 0 | 100100 | 101101 | 110000 | 1100 | 11101 | 101000 |
Color Harmonies of #855549
Complementary color
Monochromatic Colors of #855549
Black with #855549
Text Example
Text Example
White with #855549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855549; }
p { color: rgb(133,85,73); }
H1.HeaderClassName
{
color: #855549;
}
.AnyTagClassName
{
color: #855549;
}
</style>
background-color css
<style>
a { background-color: #855549; }
a { background-color: rgb(133,85,73); }
div.DivClassName
{
background-color: #855549;
}
.BgClassName
{
background-color: #855549;
}
</style>
border-color css
<style>
span { border-color: #855549; }
span { border-color: rgb(133,85,73); }
td.TdClassName
{
border-color: #855549;
}
.TagClassName
{
border-color: #855549;
}
</style>