Shades of Ironstone #85503D
Tints of Ironstone #85503D
RGB
CMYK
RGB Variations
Color information
#85503D (or 0x85503D) is known color: Ironstone. HEX triplet: 85, 50 and 3D. RGB value is (133,80,61). Sum of RGB (Red+Green+Blue) = 133+80+61=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #85503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85503D is #7AAFC2. Grayscale: #5D5D5D. Windows color (decimal): -8040387 or 4018309. OLE color: 4018309.
HSL color Cylindrical-coordinate representation of color #85503D: hue angle of 15.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85503D is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 61 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.48 |
| HSL | 15.83º | 0.37% | 0.38% | - |
| HSV(B) | 15.83º | 0.54% | 0.52% | - |
| XYZ | 13.38 | 11.06 | 5.84 | - |
| YUV | 93.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 61 | 0 | 0.40 | 0.54 | 0.48 | 15.83 | 0.37 | 0.38 |
| Hex | 85 | 50 | 3D | 0 | 28 | 36 | 30 | 10 | 25 | 26 |
| Octal | 205 | 120 | 75 | 0 | 50 | 66 | 60 | 20 | 45 | 46 |
| Binary | 10000101 | 1010000 | 111101 | 0 | 101000 | 110110 | 110000 | 10000 | 100101 | 100110 |
Color Harmonies of #85503D
Complementary color
Monochromatic Colors of #85503D
Black with #85503D
Text Example
Text Example
White with #85503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85503D; }
p { color: rgb(133,80,61); }
H1.HeaderClassName
{
color: #85503D;
}
.AnyTagClassName
{
color: #85503D;
}
</style>
background-color css
<style>
a { background-color: #85503D; }
a { background-color: rgb(133,80,61); }
div.DivClassName
{
background-color: #85503D;
}
.BgClassName
{
background-color: #85503D;
}
</style>
border-color css
<style>
span { border-color: #85503D; }
span { border-color: rgb(133,80,61); }
td.TdClassName
{
border-color: #85503D;
}
.TagClassName
{
border-color: #85503D;
}
</style>