Shades of Ironstone #7C5347
Tints of Ironstone #7C5347
RGB
CMYK
RGB Variations
Color information
#7C5347 (or 0x7C5347) is known color: Ironstone. HEX triplet: 7C, 53 and 47. RGB value is (124,83,71). Sum of RGB (Red+Green+Blue) = 124+83+71=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5347 is #83ACB8. Grayscale: #5D5D5D. Windows color (decimal): -8629433 or 4674428. OLE color: 4674428.
HSL color Cylindrical-coordinate representation of color #7C5347: hue angle of 13.58º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C5347 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 83 | 71 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.51 |
| HSL | 13.58º | 0.27% | 0.38% | - |
| HSV(B) | 13.58º | 0.43% | 0.49% | - |
| XYZ | 12.54 | 10.93 | 7.41 | - |
| YUV | 93.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 71 | 0 | 0.33 | 0.43 | 0.51 | 13.58 | 0.27 | 0.38 |
| Hex | 7C | 53 | 47 | 0 | 21 | 2B | 33 | E | 1B | 26 |
| Octal | 174 | 123 | 107 | 0 | 41 | 53 | 63 | 16 | 33 | 46 |
| Binary | 1111100 | 1010011 | 1000111 | 0 | 100001 | 101011 | 110011 | 1110 | 11011 | 100110 |
Color Harmonies of #7C5347
Complementary color
Monochromatic Colors of #7C5347
Black with #7C5347
Text Example
Text Example
White with #7C5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5347; }
p { color: rgb(124,83,71); }
H1.HeaderClassName
{
color: #7C5347;
}
.AnyTagClassName
{
color: #7C5347;
}
</style>
background-color css
<style>
a { background-color: #7C5347; }
a { background-color: rgb(124,83,71); }
div.DivClassName
{
background-color: #7C5347;
}
.BgClassName
{
background-color: #7C5347;
}
</style>
border-color css
<style>
span { border-color: #7C5347; }
span { border-color: rgb(124,83,71); }
td.TdClassName
{
border-color: #7C5347;
}
.TagClassName
{
border-color: #7C5347;
}
</style>