Shades of Ironstone #845745
Tints of Ironstone #845745
RGB
CMYK
RGB Variations
Color information
#845745 (or 0x845745) is known color: Ironstone. HEX triplet: 84, 57 and 45. RGB value is (132,87,69). Sum of RGB (Red+Green+Blue) = 132+87+69=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #845745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845745 is #7BA8BA. Grayscale: #626262. Windows color (decimal): -8104123 or 4544388. OLE color: 4544388.
HSL color Cylindrical-coordinate representation of color #845745: hue angle of 17.14º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #845745 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 87 | 69 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.48 |
| HSL | 17.14º | 0.31% | 0.39% | - |
| HSV(B) | 17.14º | 0.48% | 0.52% | - |
| XYZ | 14 | 12.15 | 7.24 | - |
| YUV | 98.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 69 | 0 | 0.34 | 0.48 | 0.48 | 17.14 | 0.31 | 0.39 |
| Hex | 84 | 57 | 45 | 0 | 22 | 30 | 30 | 11 | 1F | 27 |
| Octal | 204 | 127 | 105 | 0 | 42 | 60 | 60 | 21 | 37 | 47 |
| Binary | 10000100 | 1010111 | 1000101 | 0 | 100010 | 110000 | 110000 | 10001 | 11111 | 100111 |
Color Harmonies of #845745
Complementary color
Monochromatic Colors of #845745
Black with #845745
Text Example
Text Example
White with #845745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845745; }
p { color: rgb(132,87,69); }
H1.HeaderClassName
{
color: #845745;
}
.AnyTagClassName
{
color: #845745;
}
</style>
background-color css
<style>
a { background-color: #845745; }
a { background-color: rgb(132,87,69); }
div.DivClassName
{
background-color: #845745;
}
.BgClassName
{
background-color: #845745;
}
</style>
border-color css
<style>
span { border-color: #845745; }
span { border-color: rgb(132,87,69); }
td.TdClassName
{
border-color: #845745;
}
.TagClassName
{
border-color: #845745;
}
</style>