Shades of Ironstone #7D4F45
Tints of Ironstone #7D4F45
RGB
CMYK
RGB Variations
Color information
#7D4F45 (or 0x7D4F45) is known color: Ironstone. HEX triplet: 7D, 4F and 45. RGB value is (125,79,69). Sum of RGB (Red+Green+Blue) = 125+79+69=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D4F45 is #82B0BA. Grayscale: #5B5B5B. Windows color (decimal): -8564923 or 4542333. OLE color: 4542333.
HSL color Cylindrical-coordinate representation of color #7D4F45: hue angle of 10.71º 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 #7D4F45 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 79 | 69 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.51 |
| HSL | 10.71º | 0.29% | 0.38% | - |
| HSV(B) | 10.71º | 0.45% | 0.49% | - |
| XYZ | 12.33 | 10.38 | 6.98 | - |
| YUV | 91.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 69 | 0 | 0.37 | 0.45 | 0.51 | 10.71 | 0.29 | 0.38 |
| Hex | 7D | 4F | 45 | 0 | 25 | 2D | 33 | B | 1D | 26 |
| Octal | 175 | 117 | 105 | 0 | 45 | 55 | 63 | 13 | 35 | 46 |
| Binary | 1111101 | 1001111 | 1000101 | 0 | 100101 | 101101 | 110011 | 1011 | 11101 | 100110 |
Color Harmonies of #7D4F45
Complementary color
Monochromatic Colors of #7D4F45
Black with #7D4F45
Text Example
Text Example
White with #7D4F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4F45; }
p { color: rgb(125,79,69); }
H1.HeaderClassName
{
color: #7D4F45;
}
.AnyTagClassName
{
color: #7D4F45;
}
</style>
background-color css
<style>
a { background-color: #7D4F45; }
a { background-color: rgb(125,79,69); }
div.DivClassName
{
background-color: #7D4F45;
}
.BgClassName
{
background-color: #7D4F45;
}
</style>
border-color css
<style>
span { border-color: #7D4F45; }
span { border-color: rgb(125,79,69); }
td.TdClassName
{
border-color: #7D4F45;
}
.TagClassName
{
border-color: #7D4F45;
}
</style>