Shades of Ironstone #7E5349
Tints of Ironstone #7E5349
RGB
CMYK
RGB Variations
Color information
#7E5349 (or 0x7E5349) is known color: Ironstone. HEX triplet: 7E, 53 and 49. RGB value is (126,83,73). Sum of RGB (Red+Green+Blue) = 126+83+73=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5349 is #81ACB6. Grayscale: #5E5E5E. Windows color (decimal): -8498359 or 4805502. OLE color: 4805502.
HSL color Cylindrical-coordinate representation of color #7E5349: hue angle of 11.32º 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 #7E5349 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 73 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.51 |
| HSL | 11.32º | 0.27% | 0.39% | - |
| HSV(B) | 11.32º | 0.42% | 0.49% | - |
| XYZ | 12.9 | 11.1 | 7.77 | - |
| YUV | 94.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 73 | 0 | 0.34 | 0.42 | 0.51 | 11.32 | 0.27 | 0.39 |
| Hex | 7E | 53 | 49 | 0 | 22 | 2A | 33 | B | 1B | 27 |
| Octal | 176 | 123 | 111 | 0 | 42 | 52 | 63 | 13 | 33 | 47 |
| Binary | 1111110 | 1010011 | 1001001 | 0 | 100010 | 101010 | 110011 | 1011 | 11011 | 100111 |
Color Harmonies of #7E5349
Complementary color
Monochromatic Colors of #7E5349
Black with #7E5349
Text Example
Text Example
White with #7E5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5349; }
p { color: rgb(126,83,73); }
H1.HeaderClassName
{
color: #7E5349;
}
.AnyTagClassName
{
color: #7E5349;
}
</style>
background-color css
<style>
a { background-color: #7E5349; }
a { background-color: rgb(126,83,73); }
div.DivClassName
{
background-color: #7E5349;
}
.BgClassName
{
background-color: #7E5349;
}
</style>
border-color css
<style>
span { border-color: #7E5349; }
span { border-color: rgb(126,83,73); }
td.TdClassName
{
border-color: #7E5349;
}
.TagClassName
{
border-color: #7E5349;
}
</style>