Shades of Ironstone #7D5446
Tints of Ironstone #7D5446
RGB
CMYK
RGB Variations
Color information
#7D5446 (or 0x7D5446) is known color: Ironstone. HEX triplet: 7D, 54 and 46. RGB value is (125,84,70). Sum of RGB (Red+Green+Blue) = 125+84+70=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5446 is #82ABB9. Grayscale: #5E5E5E. Windows color (decimal): -8563642 or 4609149. OLE color: 4609149.
HSL color Cylindrical-coordinate representation of color #7D5446: hue angle of 15.27º 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 #7D5446 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 84 | 70 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.51 |
| HSL | 15.27º | 0.28% | 0.38% | - |
| HSV(B) | 15.27º | 0.44% | 0.49% | - |
| XYZ | 12.73 | 11.14 | 7.27 | - |
| YUV | 94.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 70 | 0 | 0.33 | 0.44 | 0.51 | 15.27 | 0.28 | 0.38 |
| Hex | 7D | 54 | 46 | 0 | 21 | 2C | 33 | F | 1C | 26 |
| Octal | 175 | 124 | 106 | 0 | 41 | 54 | 63 | 17 | 34 | 46 |
| Binary | 1111101 | 1010100 | 1000110 | 0 | 100001 | 101100 | 110011 | 1111 | 11100 | 100110 |
Color Harmonies of #7D5446
Complementary color
Monochromatic Colors of #7D5446
Black with #7D5446
Text Example
Text Example
White with #7D5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5446; }
p { color: rgb(125,84,70); }
H1.HeaderClassName
{
color: #7D5446;
}
.AnyTagClassName
{
color: #7D5446;
}
</style>
background-color css
<style>
a { background-color: #7D5446; }
a { background-color: rgb(125,84,70); }
div.DivClassName
{
background-color: #7D5446;
}
.BgClassName
{
background-color: #7D5446;
}
</style>
border-color css
<style>
span { border-color: #7D5446; }
span { border-color: rgb(125,84,70); }
td.TdClassName
{
border-color: #7D5446;
}
.TagClassName
{
border-color: #7D5446;
}
</style>