Shades of Ironstone #8D5745
Tints of Ironstone #8D5745
RGB
CMYK
RGB Variations
Color information
#8D5745 (or 0x8D5745) is known color: Ironstone. HEX triplet: 8D, 57 and 45. RGB value is (141,87,69). Sum of RGB (Red+Green+Blue) = 141+87+69=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5745 is #72A8BA. Grayscale: #656565. Windows color (decimal): -7514299 or 4544397. OLE color: 4544397.
HSL color Cylindrical-coordinate representation of color #8D5745: hue angle of 15º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D5745 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 87 | 69 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.45 |
| HSL | 15º | 0.34% | 0.41% | - |
| HSV(B) | 15º | 0.51% | 0.55% | - |
| XYZ | 15.47 | 12.91 | 7.31 | - |
| YUV | 101.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 69 | 0 | 0.38 | 0.51 | 0.45 | 15 | 0.34 | 0.41 |
| Hex | 8D | 57 | 45 | 0 | 26 | 33 | 2D | F | 22 | 29 |
| Octal | 215 | 127 | 105 | 0 | 46 | 63 | 55 | 17 | 42 | 51 |
| Binary | 10001101 | 1010111 | 1000101 | 0 | 100110 | 110011 | 101101 | 1111 | 100010 | 101001 |
Color Harmonies of #8D5745
Complementary color
Monochromatic Colors of #8D5745
Black with #8D5745
Text Example
Text Example
White with #8D5745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5745; }
p { color: rgb(141,87,69); }
H1.HeaderClassName
{
color: #8D5745;
}
.AnyTagClassName
{
color: #8D5745;
}
</style>
background-color css
<style>
a { background-color: #8D5745; }
a { background-color: rgb(141,87,69); }
div.DivClassName
{
background-color: #8D5745;
}
.BgClassName
{
background-color: #8D5745;
}
</style>
border-color css
<style>
span { border-color: #8D5745; }
span { border-color: rgb(141,87,69); }
td.TdClassName
{
border-color: #8D5745;
}
.TagClassName
{
border-color: #8D5745;
}
</style>