Shades of Ironstone #7C5149
Tints of Ironstone #7C5149
RGB
CMYK
RGB Variations
Color information
#7C5149 (or 0x7C5149) is known color: Ironstone. HEX triplet: 7C, 51 and 49. RGB value is (124,81,73). Sum of RGB (Red+Green+Blue) = 124+81+73=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5149 is #83AEB6. Grayscale: #5D5D5D. Windows color (decimal): -8629943 or 4804988. OLE color: 4804988.
HSL color Cylindrical-coordinate representation of color #7C5149: hue angle of 9.41º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C5149 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 81 | 73 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.51 |
| HSL | 9.41º | 0.26% | 0.39% | - |
| HSV(B) | 9.41º | 0.41% | 0.49% | - |
| XYZ | 12.46 | 10.65 | 7.7 | - |
| YUV | 92.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 81 | 73 | 0 | 0.35 | 0.41 | 0.51 | 9.41 | 0.26 | 0.39 |
| Hex | 7C | 51 | 49 | 0 | 23 | 29 | 33 | 9 | 1A | 27 |
| Octal | 174 | 121 | 111 | 0 | 43 | 51 | 63 | 11 | 32 | 47 |
| Binary | 1111100 | 1010001 | 1001001 | 0 | 100011 | 101001 | 110011 | 1001 | 11010 | 100111 |
Color Harmonies of #7C5149
Complementary color
Monochromatic Colors of #7C5149
Black with #7C5149
Text Example
Text Example
White with #7C5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5149; }
p { color: rgb(124,81,73); }
H1.HeaderClassName
{
color: #7C5149;
}
.AnyTagClassName
{
color: #7C5149;
}
</style>
background-color css
<style>
a { background-color: #7C5149; }
a { background-color: rgb(124,81,73); }
div.DivClassName
{
background-color: #7C5149;
}
.BgClassName
{
background-color: #7C5149;
}
</style>
border-color css
<style>
span { border-color: #7C5149; }
span { border-color: rgb(124,81,73); }
td.TdClassName
{
border-color: #7C5149;
}
.TagClassName
{
border-color: #7C5149;
}
</style>