Shades of Ironstone #7E5148
Tints of Ironstone #7E5148
RGB
CMYK
RGB Variations
Color information
#7E5148 (or 0x7E5148) is known color: Ironstone. HEX triplet: 7E, 51 and 48. RGB value is (126,81,72). Sum of RGB (Red+Green+Blue) = 126+81+72=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5148 is #81AEB7. Grayscale: #5D5D5D. Windows color (decimal): -8498872 or 4739454. OLE color: 4739454.
HSL color Cylindrical-coordinate representation of color #7E5148: hue angle of 10º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E5148 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 72 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.51 |
| HSL | 10º | 0.27% | 0.39% | - |
| HSV(B) | 10º | 0.43% | 0.49% | - |
| XYZ | 12.72 | 10.79 | 7.54 | - |
| YUV | 93.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 72 | 0 | 0.36 | 0.43 | 0.51 | 10 | 0.27 | 0.39 |
| Hex | 7E | 51 | 48 | 0 | 24 | 2B | 33 | A | 1B | 27 |
| Octal | 176 | 121 | 110 | 0 | 44 | 53 | 63 | 12 | 33 | 47 |
| Binary | 1111110 | 1010001 | 1001000 | 0 | 100100 | 101011 | 110011 | 1010 | 11011 | 100111 |
Color Harmonies of #7E5148
Complementary color
Monochromatic Colors of #7E5148
Black with #7E5148
Text Example
Text Example
White with #7E5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5148; }
p { color: rgb(126,81,72); }
H1.HeaderClassName
{
color: #7E5148;
}
.AnyTagClassName
{
color: #7E5148;
}
</style>
background-color css
<style>
a { background-color: #7E5148; }
a { background-color: rgb(126,81,72); }
div.DivClassName
{
background-color: #7E5148;
}
.BgClassName
{
background-color: #7E5148;
}
</style>
border-color css
<style>
span { border-color: #7E5148; }
span { border-color: rgb(126,81,72); }
td.TdClassName
{
border-color: #7E5148;
}
.TagClassName
{
border-color: #7E5148;
}
</style>