Shades of Ironstone #84503B
Tints of Ironstone #84503B
RGB
CMYK
RGB Variations
Color information
#84503B (or 0x84503B) is known color: Ironstone. HEX triplet: 84, 50 and 3B. RGB value is (132,80,59). Sum of RGB (Red+Green+Blue) = 132+80+59=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84503B is #7BAFC4. Grayscale: #5D5D5D. Windows color (decimal): -8105925 or 3887236. OLE color: 3887236.
HSL color Cylindrical-coordinate representation of color #84503B: hue angle of 17.26º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84503B is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 59 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.48 |
| HSL | 17.26º | 0.38% | 0.37% | - |
| HSV(B) | 17.26º | 0.55% | 0.52% | - |
| XYZ | 13.17 | 10.96 | 5.56 | - |
| YUV | 93.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 59 | 0 | 0.39 | 0.55 | 0.48 | 17.26 | 0.38 | 0.37 |
| Hex | 84 | 50 | 3B | 0 | 27 | 37 | 30 | 11 | 26 | 25 |
| Octal | 204 | 120 | 73 | 0 | 47 | 67 | 60 | 21 | 46 | 45 |
| Binary | 10000100 | 1010000 | 111011 | 0 | 100111 | 110111 | 110000 | 10001 | 100110 | 100101 |
Color Harmonies of #84503B
Complementary color
Monochromatic Colors of #84503B
Black with #84503B
Text Example
Text Example
White with #84503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84503B; }
p { color: rgb(132,80,59); }
H1.HeaderClassName
{
color: #84503B;
}
.AnyTagClassName
{
color: #84503B;
}
</style>
background-color css
<style>
a { background-color: #84503B; }
a { background-color: rgb(132,80,59); }
div.DivClassName
{
background-color: #84503B;
}
.BgClassName
{
background-color: #84503B;
}
</style>
border-color css
<style>
span { border-color: #84503B; }
span { border-color: rgb(132,80,59); }
td.TdClassName
{
border-color: #84503B;
}
.TagClassName
{
border-color: #84503B;
}
</style>