Shades of Ironstone #85543D
Tints of Ironstone #85543D
RGB
CMYK
RGB Variations
Color information
#85543D (or 0x85543D) is known color: Ironstone. HEX triplet: 85, 54 and 3D. RGB value is (133,84,61). Sum of RGB (Red+Green+Blue) = 133+84+61=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85543D is #7AABC2. Grayscale: #606060. Windows color (decimal): -8039363 or 4019333. OLE color: 4019333.
HSL color Cylindrical-coordinate representation of color #85543D: hue angle of 19.17º 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 #85543D is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 61 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.48 |
| HSL | 19.17º | 0.37% | 0.38% | - |
| HSV(B) | 19.17º | 0.54% | 0.52% | - |
| XYZ | 13.69 | 11.66 | 5.94 | - |
| YUV | 96.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 61 | 0 | 0.37 | 0.54 | 0.48 | 19.17 | 0.37 | 0.38 |
| Hex | 85 | 54 | 3D | 0 | 25 | 36 | 30 | 13 | 25 | 26 |
| Octal | 205 | 124 | 75 | 0 | 45 | 66 | 60 | 23 | 45 | 46 |
| Binary | 10000101 | 1010100 | 111101 | 0 | 100101 | 110110 | 110000 | 10011 | 100101 | 100110 |
Color Harmonies of #85543D
Complementary color
Monochromatic Colors of #85543D
Black with #85543D
Text Example
Text Example
White with #85543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85543D; }
p { color: rgb(133,84,61); }
H1.HeaderClassName
{
color: #85543D;
}
.AnyTagClassName
{
color: #85543D;
}
</style>
background-color css
<style>
a { background-color: #85543D; }
a { background-color: rgb(133,84,61); }
div.DivClassName
{
background-color: #85543D;
}
.BgClassName
{
background-color: #85543D;
}
</style>
border-color css
<style>
span { border-color: #85543D; }
span { border-color: rgb(133,84,61); }
td.TdClassName
{
border-color: #85543D;
}
.TagClassName
{
border-color: #85543D;
}
</style>