Shades of Ironstone #7C5049
Tints of Ironstone #7C5049
RGB
CMYK
RGB Variations
Color information
#7C5049 (or 0x7C5049) is known color: Ironstone. HEX triplet: 7C, 50 and 49. RGB value is (124,80,73). Sum of RGB (Red+Green+Blue) = 124+80+73=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5049 is #83AFB6. Grayscale: #5C5C5C. Windows color (decimal): -8630199 or 4804732. OLE color: 4804732.
HSL color Cylindrical-coordinate representation of color #7C5049: hue angle of 8.24º 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 #7C5049 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 73 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.51 |
| HSL | 8.24º | 0.26% | 0.39% | - |
| HSV(B) | 8.24º | 0.41% | 0.49% | - |
| XYZ | 12.38 | 10.5 | 7.68 | - |
| YUV | 92.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 73 | 0 | 0.35 | 0.41 | 0.51 | 8.24 | 0.26 | 0.39 |
| Hex | 7C | 50 | 49 | 0 | 23 | 29 | 33 | 8 | 1A | 27 |
| Octal | 174 | 120 | 111 | 0 | 43 | 51 | 63 | 10 | 32 | 47 |
| Binary | 1111100 | 1010000 | 1001001 | 0 | 100011 | 101001 | 110011 | 1000 | 11010 | 100111 |
Color Harmonies of #7C5049
Complementary color
Monochromatic Colors of #7C5049
Black with #7C5049
Text Example
Text Example
White with #7C5049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5049; }
p { color: rgb(124,80,73); }
H1.HeaderClassName
{
color: #7C5049;
}
.AnyTagClassName
{
color: #7C5049;
}
</style>
background-color css
<style>
a { background-color: #7C5049; }
a { background-color: rgb(124,80,73); }
div.DivClassName
{
background-color: #7C5049;
}
.BgClassName
{
background-color: #7C5049;
}
</style>
border-color css
<style>
span { border-color: #7C5049; }
span { border-color: rgb(124,80,73); }
td.TdClassName
{
border-color: #7C5049;
}
.TagClassName
{
border-color: #7C5049;
}
</style>