Shades of Ironstone #84523D
Tints of Ironstone #84523D
RGB
CMYK
RGB Variations
Color information
#84523D (or 0x84523D) is known color: Ironstone. HEX triplet: 84, 52 and 3D. RGB value is (132,82,61). Sum of RGB (Red+Green+Blue) = 132+82+61=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84523D is #7BADC2. Grayscale: #5E5E5E. Windows color (decimal): -8105411 or 4018820. OLE color: 4018820.
HSL color Cylindrical-coordinate representation of color #84523D: hue angle of 17.75º 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 #84523D is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 61 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.48 |
| HSL | 17.75º | 0.37% | 0.38% | - |
| HSV(B) | 17.75º | 0.54% | 0.52% | - |
| XYZ | 13.38 | 11.28 | 5.89 | - |
| YUV | 94.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 61 | 0 | 0.38 | 0.54 | 0.48 | 17.75 | 0.37 | 0.38 |
| Hex | 84 | 52 | 3D | 0 | 26 | 36 | 30 | 12 | 25 | 26 |
| Octal | 204 | 122 | 75 | 0 | 46 | 66 | 60 | 22 | 45 | 46 |
| Binary | 10000100 | 1010010 | 111101 | 0 | 100110 | 110110 | 110000 | 10010 | 100101 | 100110 |
Color Harmonies of #84523D
Complementary color
Monochromatic Colors of #84523D
Black with #84523D
Text Example
Text Example
White with #84523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84523D; }
p { color: rgb(132,82,61); }
H1.HeaderClassName
{
color: #84523D;
}
.AnyTagClassName
{
color: #84523D;
}
</style>
background-color css
<style>
a { background-color: #84523D; }
a { background-color: rgb(132,82,61); }
div.DivClassName
{
background-color: #84523D;
}
.BgClassName
{
background-color: #84523D;
}
</style>
border-color css
<style>
span { border-color: #84523D; }
span { border-color: rgb(132,82,61); }
td.TdClassName
{
border-color: #84523D;
}
.TagClassName
{
border-color: #84523D;
}
</style>