Shades of Ironstone #85533C
Tints of Ironstone #85533C
RGB
CMYK
RGB Variations
Color information
#85533C (or 0x85533C) is known color: Ironstone. HEX triplet: 85, 53 and 3C. RGB value is (133,83,60). Sum of RGB (Red+Green+Blue) = 133+83+60=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85533C is #7AACC3. Grayscale: #5F5F5F. Windows color (decimal): -8039620 or 3953541. OLE color: 3953541.
HSL color Cylindrical-coordinate representation of color #85533C: hue angle of 18.9º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85533C is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 60 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.48 |
| HSL | 18.9º | 0.38% | 0.38% | - |
| HSV(B) | 18.9º | 0.55% | 0.52% | - |
| XYZ | 13.58 | 11.5 | 5.78 | - |
| YUV | 95.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 60 | 0 | 0.38 | 0.55 | 0.48 | 18.9 | 0.38 | 0.38 |
| Hex | 85 | 53 | 3C | 0 | 26 | 37 | 30 | 13 | 26 | 26 |
| Octal | 205 | 123 | 74 | 0 | 46 | 67 | 60 | 23 | 46 | 46 |
| Binary | 10000101 | 1010011 | 111100 | 0 | 100110 | 110111 | 110000 | 10011 | 100110 | 100110 |
Color Harmonies of #85533C
Complementary color
Monochromatic Colors of #85533C
Black with #85533C
Text Example
Text Example
White with #85533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85533C; }
p { color: rgb(133,83,60); }
H1.HeaderClassName
{
color: #85533C;
}
.AnyTagClassName
{
color: #85533C;
}
</style>
background-color css
<style>
a { background-color: #85533C; }
a { background-color: rgb(133,83,60); }
div.DivClassName
{
background-color: #85533C;
}
.BgClassName
{
background-color: #85533C;
}
</style>
border-color css
<style>
span { border-color: #85533C; }
span { border-color: rgb(133,83,60); }
td.TdClassName
{
border-color: #85533C;
}
.TagClassName
{
border-color: #85533C;
}
</style>