Shades of Ironstone #7E5249
Tints of Ironstone #7E5249
RGB
CMYK
RGB Variations
Color information
#7E5249 (or 0x7E5249) is known color: Ironstone. HEX triplet: 7E, 52 and 49. RGB value is (126,82,73). Sum of RGB (Red+Green+Blue) = 126+82+73=281 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.84% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5249 is #81ADB6. Grayscale: #5E5E5E. Windows color (decimal): -8498615 or 4805246. OLE color: 4805246.
HSL color Cylindrical-coordinate representation of color #7E5249: hue angle of 10.19º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E5249 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 82 | 73 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.51 |
| HSL | 10.19º | 0.27% | 0.39% | - |
| HSV(B) | 10.19º | 0.42% | 0.49% | - |
| XYZ | 12.82 | 10.95 | 7.74 | - |
| YUV | 94.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 82 | 73 | 0 | 0.35 | 0.42 | 0.51 | 10.19 | 0.27 | 0.39 |
| Hex | 7E | 52 | 49 | 0 | 23 | 2A | 33 | A | 1B | 27 |
| Octal | 176 | 122 | 111 | 0 | 43 | 52 | 63 | 12 | 33 | 47 |
| Binary | 1111110 | 1010010 | 1001001 | 0 | 100011 | 101010 | 110011 | 1010 | 11011 | 100111 |
Color Harmonies of #7E5249
Complementary color
Monochromatic Colors of #7E5249
Black with #7E5249
Text Example
Text Example
White with #7E5249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5249; }
p { color: rgb(126,82,73); }
H1.HeaderClassName
{
color: #7E5249;
}
.AnyTagClassName
{
color: #7E5249;
}
</style>
background-color css
<style>
a { background-color: #7E5249; }
a { background-color: rgb(126,82,73); }
div.DivClassName
{
background-color: #7E5249;
}
.BgClassName
{
background-color: #7E5249;
}
</style>
border-color css
<style>
span { border-color: #7E5249; }
span { border-color: rgb(126,82,73); }
td.TdClassName
{
border-color: #7E5249;
}
.TagClassName
{
border-color: #7E5249;
}
</style>