Shades of Ironstone #7C524A
Tints of Ironstone #7C524A
RGB
CMYK
RGB Variations
Color information
#7C524A (or 0x7C524A) is known color: Ironstone. HEX triplet: 7C, 52 and 4A. RGB value is (124,82,74). Sum of RGB (Red+Green+Blue) = 124+82+74=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C524A is #83ADB5. Grayscale: #5D5D5D. Windows color (decimal): -8629686 or 4870780. OLE color: 4870780.
HSL color Cylindrical-coordinate representation of color #7C524A: hue angle of 9.6º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C524A is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 74 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.51 |
| HSL | 9.6º | 0.25% | 0.39% | - |
| HSV(B) | 9.6º | 0.4% | 0.49% | - |
| XYZ | 12.57 | 10.81 | 7.9 | - |
| YUV | 93.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 74 | 0 | 0.34 | 0.40 | 0.51 | 9.6 | 0.25 | 0.39 |
| Hex | 7C | 52 | 4A | 0 | 22 | 28 | 33 | A | 19 | 27 |
| Octal | 174 | 122 | 112 | 0 | 42 | 50 | 63 | 12 | 31 | 47 |
| Binary | 1111100 | 1010010 | 1001010 | 0 | 100010 | 101000 | 110011 | 1010 | 11001 | 100111 |
Color Harmonies of #7C524A
Complementary color
Monochromatic Colors of #7C524A
Black with #7C524A
Text Example
Text Example
White with #7C524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C524A; }
p { color: rgb(124,82,74); }
H1.HeaderClassName
{
color: #7C524A;
}
.AnyTagClassName
{
color: #7C524A;
}
</style>
background-color css
<style>
a { background-color: #7C524A; }
a { background-color: rgb(124,82,74); }
div.DivClassName
{
background-color: #7C524A;
}
.BgClassName
{
background-color: #7C524A;
}
</style>
border-color css
<style>
span { border-color: #7C524A; }
span { border-color: rgb(124,82,74); }
td.TdClassName
{
border-color: #7C524A;
}
.TagClassName
{
border-color: #7C524A;
}
</style>