Shades of Ironstone #84523C
Tints of Ironstone #84523C
RGB
CMYK
RGB Variations
Color information
#84523C (or 0x84523C) is known color: Ironstone. HEX triplet: 84, 52 and 3C. RGB value is (132,82,60). Sum of RGB (Red+Green+Blue) = 132+82+60=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84523C is #7BADC3. Grayscale: #5E5E5E. Windows color (decimal): -8105412 or 3953284. OLE color: 3953284.
HSL color Cylindrical-coordinate representation of color #84523C: hue angle of 18.33º 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 #84523C is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 60 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.48 |
| HSL | 18.33º | 0.38% | 0.38% | - |
| HSV(B) | 18.33º | 0.55% | 0.52% | - |
| XYZ | 13.35 | 11.27 | 5.75 | - |
| YUV | 94.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 60 | 0 | 0.38 | 0.55 | 0.48 | 18.33 | 0.38 | 0.38 |
| Hex | 84 | 52 | 3C | 0 | 26 | 37 | 30 | 12 | 26 | 26 |
| Octal | 204 | 122 | 74 | 0 | 46 | 67 | 60 | 22 | 46 | 46 |
| Binary | 10000100 | 1010010 | 111100 | 0 | 100110 | 110111 | 110000 | 10010 | 100110 | 100110 |
Color Harmonies of #84523C
Complementary color
Monochromatic Colors of #84523C
Black with #84523C
Text Example
Text Example
White with #84523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84523C; }
p { color: rgb(132,82,60); }
H1.HeaderClassName
{
color: #84523C;
}
.AnyTagClassName
{
color: #84523C;
}
</style>
background-color css
<style>
a { background-color: #84523C; }
a { background-color: rgb(132,82,60); }
div.DivClassName
{
background-color: #84523C;
}
.BgClassName
{
background-color: #84523C;
}
</style>
border-color css
<style>
span { border-color: #84523C; }
span { border-color: rgb(132,82,60); }
td.TdClassName
{
border-color: #84523C;
}
.TagClassName
{
border-color: #84523C;
}
</style>