Shades of Ironstone #84533D
Tints of Ironstone #84533D
RGB
CMYK
RGB Variations
Color information
#84533D (or 0x84533D) is known color: Ironstone. HEX triplet: 84, 53 and 3D. RGB value is (132,83,61). Sum of RGB (Red+Green+Blue) = 132+83+61=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84533D is #7BACC2. Grayscale: #5F5F5F. Windows color (decimal): -8105155 or 4019076. OLE color: 4019076.
HSL color Cylindrical-coordinate representation of color #84533D: hue angle of 18.59º 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 #84533D is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 61 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.48 |
| HSL | 18.59º | 0.37% | 0.38% | - |
| HSV(B) | 18.59º | 0.54% | 0.52% | - |
| XYZ | 13.45 | 11.43 | 5.91 | - |
| YUV | 95.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 61 | 0 | 0.37 | 0.54 | 0.48 | 18.59 | 0.37 | 0.38 |
| Hex | 84 | 53 | 3D | 0 | 25 | 36 | 30 | 13 | 25 | 26 |
| Octal | 204 | 123 | 75 | 0 | 45 | 66 | 60 | 23 | 45 | 46 |
| Binary | 10000100 | 1010011 | 111101 | 0 | 100101 | 110110 | 110000 | 10011 | 100101 | 100110 |
Color Harmonies of #84533D
Complementary color
Monochromatic Colors of #84533D
Black with #84533D
Text Example
Text Example
White with #84533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84533D; }
p { color: rgb(132,83,61); }
H1.HeaderClassName
{
color: #84533D;
}
.AnyTagClassName
{
color: #84533D;
}
</style>
background-color css
<style>
a { background-color: #84533D; }
a { background-color: rgb(132,83,61); }
div.DivClassName
{
background-color: #84533D;
}
.BgClassName
{
background-color: #84533D;
}
</style>
border-color css
<style>
span { border-color: #84533D; }
span { border-color: rgb(132,83,61); }
td.TdClassName
{
border-color: #84533D;
}
.TagClassName
{
border-color: #84533D;
}
</style>