Shades of Ironstone #7E5646
Tints of Ironstone #7E5646
RGB
CMYK
RGB Variations
Color information
#7E5646 (or 0x7E5646) is known color: Ironstone. HEX triplet: 7E, 56 and 46. RGB value is (126,86,70). Sum of RGB (Red+Green+Blue) = 126+86+70=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5646 is #81A9B9. Grayscale: #606060. Windows color (decimal): -8497594 or 4609662. OLE color: 4609662.
HSL color Cylindrical-coordinate representation of color #7E5646: hue angle of 17.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E5646 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 70 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.51 |
| HSL | 17.14º | 0.29% | 0.38% | - |
| HSV(B) | 17.14º | 0.44% | 0.49% | - |
| XYZ | 13.04 | 11.53 | 7.33 | - |
| YUV | 96.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 70 | 0 | 0.32 | 0.44 | 0.51 | 17.14 | 0.29 | 0.38 |
| Hex | 7E | 56 | 46 | 0 | 20 | 2C | 33 | 11 | 1D | 26 |
| Octal | 176 | 126 | 106 | 0 | 40 | 54 | 63 | 21 | 35 | 46 |
| Binary | 1111110 | 1010110 | 1000110 | 0 | 100000 | 101100 | 110011 | 10001 | 11101 | 100110 |
Color Harmonies of #7E5646
Complementary color
Monochromatic Colors of #7E5646
Black with #7E5646
Text Example
Text Example
White with #7E5646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5646; }
p { color: rgb(126,86,70); }
H1.HeaderClassName
{
color: #7E5646;
}
.AnyTagClassName
{
color: #7E5646;
}
</style>
background-color css
<style>
a { background-color: #7E5646; }
a { background-color: rgb(126,86,70); }
div.DivClassName
{
background-color: #7E5646;
}
.BgClassName
{
background-color: #7E5646;
}
</style>
border-color css
<style>
span { border-color: #7E5646; }
span { border-color: rgb(126,86,70); }
td.TdClassName
{
border-color: #7E5646;
}
.TagClassName
{
border-color: #7E5646;
}
</style>