Shades of Ironstone #845846
Tints of Ironstone #845846
RGB
CMYK
RGB Variations
Color information
#845846 (or 0x845846) is known color: Ironstone. HEX triplet: 84, 58 and 46. RGB value is (132,88,70). Sum of RGB (Red+Green+Blue) = 132+88+70=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #845846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845846 is #7BA7B9. Grayscale: #636363. Windows color (decimal): -8103866 or 4610180. OLE color: 4610180.
HSL color Cylindrical-coordinate representation of color #845846: hue angle of 17.42º 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 #845846 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 70 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.48 |
| HSL | 17.42º | 0.31% | 0.4% | - |
| HSV(B) | 17.42º | 0.47% | 0.52% | - |
| XYZ | 14.11 | 12.33 | 7.43 | - |
| YUV | 99.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 70 | 0 | 0.33 | 0.47 | 0.48 | 17.42 | 0.31 | 0.4 |
| Hex | 84 | 58 | 46 | 0 | 21 | 2F | 30 | 11 | 1F | 28 |
| Octal | 204 | 130 | 106 | 0 | 41 | 57 | 60 | 21 | 37 | 50 |
| Binary | 10000100 | 1011000 | 1000110 | 0 | 100001 | 101111 | 110000 | 10001 | 11111 | 101000 |
Color Harmonies of #845846
Complementary color
Monochromatic Colors of #845846
Black with #845846
Text Example
Text Example
White with #845846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845846; }
p { color: rgb(132,88,70); }
H1.HeaderClassName
{
color: #845846;
}
.AnyTagClassName
{
color: #845846;
}
</style>
background-color css
<style>
a { background-color: #845846; }
a { background-color: rgb(132,88,70); }
div.DivClassName
{
background-color: #845846;
}
.BgClassName
{
background-color: #845846;
}
</style>
border-color css
<style>
span { border-color: #845846; }
span { border-color: rgb(132,88,70); }
td.TdClassName
{
border-color: #845846;
}
.TagClassName
{
border-color: #845846;
}
</style>