Shades of Ironstone #845246
Tints of Ironstone #845246
RGB
CMYK
RGB Variations
Color information
#845246 (or 0x845246) is known color: Ironstone. HEX triplet: 84, 52 and 46. RGB value is (132,82,70). Sum of RGB (Red+Green+Blue) = 132+82+70=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #845246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845246 is #7BADB9. Grayscale: #5F5F5F. Windows color (decimal): -8105402 or 4608644. OLE color: 4608644.
HSL color Cylindrical-coordinate representation of color #845246: hue angle of 11.61º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #845246 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 70 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.48 |
| HSL | 11.61º | 0.31% | 0.4% | - |
| HSV(B) | 11.61º | 0.47% | 0.52% | - |
| XYZ | 13.64 | 11.38 | 7.27 | - |
| YUV | 95.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 70 | 0 | 0.38 | 0.47 | 0.48 | 11.61 | 0.31 | 0.4 |
| Hex | 84 | 52 | 46 | 0 | 26 | 2F | 30 | C | 1F | 28 |
| Octal | 204 | 122 | 106 | 0 | 46 | 57 | 60 | 14 | 37 | 50 |
| Binary | 10000100 | 1010010 | 1000110 | 0 | 100110 | 101111 | 110000 | 1100 | 11111 | 101000 |
Color Harmonies of #845246
Complementary color
Monochromatic Colors of #845246
Black with #845246
Text Example
Text Example
White with #845246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845246; }
p { color: rgb(132,82,70); }
H1.HeaderClassName
{
color: #845246;
}
.AnyTagClassName
{
color: #845246;
}
</style>
background-color css
<style>
a { background-color: #845246; }
a { background-color: rgb(132,82,70); }
div.DivClassName
{
background-color: #845246;
}
.BgClassName
{
background-color: #845246;
}
</style>
border-color css
<style>
span { border-color: #845246; }
span { border-color: rgb(132,82,70); }
td.TdClassName
{
border-color: #845246;
}
.TagClassName
{
border-color: #845246;
}
</style>