Shades of Ironstone #845540
Tints of Ironstone #845540
RGB
CMYK
RGB Variations
Color information
#845540 (or 0x845540) is known color: Ironstone. HEX triplet: 84, 55 and 40. RGB value is (132,85,64). Sum of RGB (Red+Green+Blue) = 132+85+64=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #845540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845540 is #7BAABF. Grayscale: #606060. Windows color (decimal): -8104640 or 4216196. OLE color: 4216196.
HSL color Cylindrical-coordinate representation of color #845540: hue angle of 18.53º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #845540 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 64 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.48 |
| HSL | 18.53º | 0.35% | 0.38% | - |
| HSV(B) | 18.53º | 0.52% | 0.52% | - |
| XYZ | 13.69 | 11.77 | 6.4 | - |
| YUV | 96.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 64 | 0 | 0.36 | 0.52 | 0.48 | 18.53 | 0.35 | 0.38 |
| Hex | 84 | 55 | 40 | 0 | 24 | 34 | 30 | 13 | 23 | 26 |
| Octal | 204 | 125 | 100 | 0 | 44 | 64 | 60 | 23 | 43 | 46 |
| Binary | 10000100 | 1010101 | 1000000 | 0 | 100100 | 110100 | 110000 | 10011 | 100011 | 100110 |
Color Harmonies of #845540
Complementary color
Monochromatic Colors of #845540
Black with #845540
Text Example
Text Example
White with #845540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845540; }
p { color: rgb(132,85,64); }
H1.HeaderClassName
{
color: #845540;
}
.AnyTagClassName
{
color: #845540;
}
</style>
background-color css
<style>
a { background-color: #845540; }
a { background-color: rgb(132,85,64); }
div.DivClassName
{
background-color: #845540;
}
.BgClassName
{
background-color: #845540;
}
</style>
border-color css
<style>
span { border-color: #845540; }
span { border-color: rgb(132,85,64); }
td.TdClassName
{
border-color: #845540;
}
.TagClassName
{
border-color: #845540;
}
</style>