Shades of Ironstone #85553E
Tints of Ironstone #85553E
RGB
CMYK
RGB Variations
Color information
#85553E (or 0x85553E) is known color: Ironstone. HEX triplet: 85, 55 and 3E. RGB value is (133,85,62). Sum of RGB (Red+Green+Blue) = 133+85+62=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85553E is #7AAAC1. Grayscale: #606060. Windows color (decimal): -8039106 or 4085125. OLE color: 4085125.
HSL color Cylindrical-coordinate representation of color #85553E: hue angle of 19.44º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85553E is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 62 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.48 |
| HSL | 19.44º | 0.36% | 0.38% | - |
| HSV(B) | 19.44º | 0.53% | 0.52% | - |
| XYZ | 13.79 | 11.83 | 6.11 | - |
| YUV | 96.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 62 | 0 | 0.36 | 0.53 | 0.48 | 19.44 | 0.36 | 0.38 |
| Hex | 85 | 55 | 3E | 0 | 24 | 35 | 30 | 13 | 24 | 26 |
| Octal | 205 | 125 | 76 | 0 | 44 | 65 | 60 | 23 | 44 | 46 |
| Binary | 10000101 | 1010101 | 111110 | 0 | 100100 | 110101 | 110000 | 10011 | 100100 | 100110 |
Color Harmonies of #85553E
Complementary color
Monochromatic Colors of #85553E
Black with #85553E
Text Example
Text Example
White with #85553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85553E; }
p { color: rgb(133,85,62); }
H1.HeaderClassName
{
color: #85553E;
}
.AnyTagClassName
{
color: #85553E;
}
</style>
background-color css
<style>
a { background-color: #85553E; }
a { background-color: rgb(133,85,62); }
div.DivClassName
{
background-color: #85553E;
}
.BgClassName
{
background-color: #85553E;
}
</style>
border-color css
<style>
span { border-color: #85553E; }
span { border-color: rgb(133,85,62); }
td.TdClassName
{
border-color: #85553E;
}
.TagClassName
{
border-color: #85553E;
}
</style>