Shades of Ironstone #84533C
Tints of Ironstone #84533C
RGB
CMYK
RGB Variations
Color information
#84533C (or 0x84533C) is known color: Ironstone. HEX triplet: 84, 53 and 3C. RGB value is (132,83,60). Sum of RGB (Red+Green+Blue) = 132+83+60=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84533C is #7BACC3. Grayscale: #5F5F5F. Windows color (decimal): -8105156 or 3953540. OLE color: 3953540.
HSL color Cylindrical-coordinate representation of color #84533C: hue angle of 19.17º 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 #84533C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 60 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.48 |
| HSL | 19.17º | 0.38% | 0.38% | - |
| HSV(B) | 19.17º | 0.55% | 0.52% | - |
| XYZ | 13.42 | 11.42 | 5.77 | - |
| YUV | 95.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 60 | 0 | 0.37 | 0.55 | 0.48 | 19.17 | 0.38 | 0.38 |
| Hex | 84 | 53 | 3C | 0 | 25 | 37 | 30 | 13 | 26 | 26 |
| Octal | 204 | 123 | 74 | 0 | 45 | 67 | 60 | 23 | 46 | 46 |
| Binary | 10000100 | 1010011 | 111100 | 0 | 100101 | 110111 | 110000 | 10011 | 100110 | 100110 |
Color Harmonies of #84533C
Complementary color
Monochromatic Colors of #84533C
Black with #84533C
Text Example
Text Example
White with #84533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84533C; }
p { color: rgb(132,83,60); }
H1.HeaderClassName
{
color: #84533C;
}
.AnyTagClassName
{
color: #84533C;
}
</style>
background-color css
<style>
a { background-color: #84533C; }
a { background-color: rgb(132,83,60); }
div.DivClassName
{
background-color: #84533C;
}
.BgClassName
{
background-color: #84533C;
}
</style>
border-color css
<style>
span { border-color: #84533C; }
span { border-color: rgb(132,83,60); }
td.TdClassName
{
border-color: #84533C;
}
.TagClassName
{
border-color: #84533C;
}
</style>