Shades of Ironstone #7C5244
Tints of Ironstone #7C5244
RGB
CMYK
RGB Variations
Color information
#7C5244 (or 0x7C5244) is known color: Ironstone. HEX triplet: 7C, 52 and 44. RGB value is (124,82,68). Sum of RGB (Red+Green+Blue) = 124+82+68=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5244 is #83ADBB. Grayscale: #5D5D5D. Windows color (decimal): -8629692 or 4477564. OLE color: 4477564.
HSL color Cylindrical-coordinate representation of color #7C5244: hue angle of 15º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C5244 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 68 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.51 |
| HSL | 15º | 0.29% | 0.38% | - |
| HSV(B) | 15º | 0.45% | 0.49% | - |
| XYZ | 12.37 | 10.74 | 6.89 | - |
| YUV | 92.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 68 | 0 | 0.34 | 0.45 | 0.51 | 15 | 0.29 | 0.38 |
| Hex | 7C | 52 | 44 | 0 | 22 | 2D | 33 | F | 1D | 26 |
| Octal | 174 | 122 | 104 | 0 | 42 | 55 | 63 | 17 | 35 | 46 |
| Binary | 1111100 | 1010010 | 1000100 | 0 | 100010 | 101101 | 110011 | 1111 | 11101 | 100110 |
Color Harmonies of #7C5244
Complementary color
Monochromatic Colors of #7C5244
Black with #7C5244
Text Example
Text Example
White with #7C5244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5244; }
p { color: rgb(124,82,68); }
H1.HeaderClassName
{
color: #7C5244;
}
.AnyTagClassName
{
color: #7C5244;
}
</style>
background-color css
<style>
a { background-color: #7C5244; }
a { background-color: rgb(124,82,68); }
div.DivClassName
{
background-color: #7C5244;
}
.BgClassName
{
background-color: #7C5244;
}
</style>
border-color css
<style>
span { border-color: #7C5244; }
span { border-color: rgb(124,82,68); }
td.TdClassName
{
border-color: #7C5244;
}
.TagClassName
{
border-color: #7C5244;
}
</style>