Shades of Ironstone #7C5446
Tints of Ironstone #7C5446
RGB
CMYK
RGB Variations
Color information
#7C5446 (or 0x7C5446) is known color: Ironstone. HEX triplet: 7C, 54 and 46. RGB value is (124,84,70). Sum of RGB (Red+Green+Blue) = 124+84+70=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5446 is #83ABB9. Grayscale: #5E5E5E. Windows color (decimal): -8629178 or 4609148. OLE color: 4609148.
HSL color Cylindrical-coordinate representation of color #7C5446: hue angle of 15.56º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C5446 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 70 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.51 |
| HSL | 15.56º | 0.28% | 0.38% | - |
| HSV(B) | 15.56º | 0.44% | 0.49% | - |
| XYZ | 12.59 | 11.07 | 7.27 | - |
| YUV | 94.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 70 | 0 | 0.32 | 0.44 | 0.51 | 15.56 | 0.28 | 0.38 |
| Hex | 7C | 54 | 46 | 0 | 20 | 2C | 33 | 10 | 1C | 26 |
| Octal | 174 | 124 | 106 | 0 | 40 | 54 | 63 | 20 | 34 | 46 |
| Binary | 1111100 | 1010100 | 1000110 | 0 | 100000 | 101100 | 110011 | 10000 | 11100 | 100110 |
Color Harmonies of #7C5446
Complementary color
Monochromatic Colors of #7C5446
Black with #7C5446
Text Example
Text Example
White with #7C5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5446; }
p { color: rgb(124,84,70); }
H1.HeaderClassName
{
color: #7C5446;
}
.AnyTagClassName
{
color: #7C5446;
}
</style>
background-color css
<style>
a { background-color: #7C5446; }
a { background-color: rgb(124,84,70); }
div.DivClassName
{
background-color: #7C5446;
}
.BgClassName
{
background-color: #7C5446;
}
</style>
border-color css
<style>
span { border-color: #7C5446; }
span { border-color: rgb(124,84,70); }
td.TdClassName
{
border-color: #7C5446;
}
.TagClassName
{
border-color: #7C5446;
}
</style>