Shades of Ironstone #7E5849
Tints of Ironstone #7E5849
RGB
CMYK
RGB Variations
Color information
#7E5849 (or 0x7E5849) is known color: Ironstone. HEX triplet: 7E, 58 and 49. RGB value is (126,88,73). Sum of RGB (Red+Green+Blue) = 126+88+73=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5849 is #81A7B6. Grayscale: #616161. Windows color (decimal): -8497079 or 4806782. OLE color: 4806782.
HSL color Cylindrical-coordinate representation of color #7E5849: hue angle of 16.98º 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 #7E5849 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 88 | 73 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.51 |
| HSL | 16.98º | 0.27% | 0.39% | - |
| HSV(B) | 16.98º | 0.42% | 0.49% | - |
| XYZ | 13.3 | 11.9 | 7.9 | - |
| YUV | 97.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 73 | 0 | 0.30 | 0.42 | 0.51 | 16.98 | 0.27 | 0.39 |
| Hex | 7E | 58 | 49 | 0 | 1E | 2A | 33 | 11 | 1B | 27 |
| Octal | 176 | 130 | 111 | 0 | 36 | 52 | 63 | 21 | 33 | 47 |
| Binary | 1111110 | 1011000 | 1001001 | 0 | 11110 | 101010 | 110011 | 10001 | 11011 | 100111 |
Color Harmonies of #7E5849
Complementary color
Monochromatic Colors of #7E5849
Black with #7E5849
Text Example
Text Example
White with #7E5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5849; }
p { color: rgb(126,88,73); }
H1.HeaderClassName
{
color: #7E5849;
}
.AnyTagClassName
{
color: #7E5849;
}
</style>
background-color css
<style>
a { background-color: #7E5849; }
a { background-color: rgb(126,88,73); }
div.DivClassName
{
background-color: #7E5849;
}
.BgClassName
{
background-color: #7E5849;
}
</style>
border-color css
<style>
span { border-color: #7E5849; }
span { border-color: rgb(126,88,73); }
td.TdClassName
{
border-color: #7E5849;
}
.TagClassName
{
border-color: #7E5849;
}
</style>