Shades of Ironstone #85533F
Tints of Ironstone #85533F
RGB
CMYK
RGB Variations
Color information
#85533F (or 0x85533F) is known color: Ironstone. HEX triplet: 85, 53 and 3F. RGB value is (133,83,63). Sum of RGB (Red+Green+Blue) = 133+83+63=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85533F is #7AACC0. Grayscale: #5F5F5F. Windows color (decimal): -8039617 or 4150149. OLE color: 4150149.
HSL color Cylindrical-coordinate representation of color #85533F: hue angle of 17.14º 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 #85533F is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 63 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.48 |
| HSL | 17.14º | 0.36% | 0.38% | - |
| HSV(B) | 17.14º | 0.53% | 0.52% | - |
| XYZ | 13.66 | 11.53 | 6.21 | - |
| YUV | 95.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 63 | 0 | 0.38 | 0.53 | 0.48 | 17.14 | 0.36 | 0.38 |
| Hex | 85 | 53 | 3F | 0 | 26 | 35 | 30 | 11 | 24 | 26 |
| Octal | 205 | 123 | 77 | 0 | 46 | 65 | 60 | 21 | 44 | 46 |
| Binary | 10000101 | 1010011 | 111111 | 0 | 100110 | 110101 | 110000 | 10001 | 100100 | 100110 |
Color Harmonies of #85533F
Complementary color
Monochromatic Colors of #85533F
Black with #85533F
Text Example
Text Example
White with #85533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85533F; }
p { color: rgb(133,83,63); }
H1.HeaderClassName
{
color: #85533F;
}
.AnyTagClassName
{
color: #85533F;
}
</style>
background-color css
<style>
a { background-color: #85533F; }
a { background-color: rgb(133,83,63); }
div.DivClassName
{
background-color: #85533F;
}
.BgClassName
{
background-color: #85533F;
}
</style>
border-color css
<style>
span { border-color: #85533F; }
span { border-color: rgb(133,83,63); }
td.TdClassName
{
border-color: #85533F;
}
.TagClassName
{
border-color: #85533F;
}
</style>