Shades of Ironstone #7D5245
Tints of Ironstone #7D5245
RGB
CMYK
RGB Variations
Color information
#7D5245 (or 0x7D5245) is known color: Ironstone. HEX triplet: 7D, 52 and 45. RGB value is (125,82,69). Sum of RGB (Red+Green+Blue) = 125+82+69=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5245 is #82ADBA. Grayscale: #5D5D5D. Windows color (decimal): -8564155 or 4543101. OLE color: 4543101.
HSL color Cylindrical-coordinate representation of color #7D5245: hue angle of 13.93º 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 #7D5245 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 69 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.51 |
| HSL | 13.93º | 0.29% | 0.38% | - |
| HSV(B) | 13.93º | 0.45% | 0.49% | - |
| XYZ | 12.55 | 10.82 | 7.06 | - |
| YUV | 93.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 69 | 0 | 0.34 | 0.45 | 0.51 | 13.93 | 0.29 | 0.38 |
| Hex | 7D | 52 | 45 | 0 | 22 | 2D | 33 | E | 1D | 26 |
| Octal | 175 | 122 | 105 | 0 | 42 | 55 | 63 | 16 | 35 | 46 |
| Binary | 1111101 | 1010010 | 1000101 | 0 | 100010 | 101101 | 110011 | 1110 | 11101 | 100110 |
Color Harmonies of #7D5245
Complementary color
Monochromatic Colors of #7D5245
Black with #7D5245
Text Example
Text Example
White with #7D5245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5245; }
p { color: rgb(125,82,69); }
H1.HeaderClassName
{
color: #7D5245;
}
.AnyTagClassName
{
color: #7D5245;
}
</style>
background-color css
<style>
a { background-color: #7D5245; }
a { background-color: rgb(125,82,69); }
div.DivClassName
{
background-color: #7D5245;
}
.BgClassName
{
background-color: #7D5245;
}
</style>
border-color css
<style>
span { border-color: #7D5245; }
span { border-color: rgb(125,82,69); }
td.TdClassName
{
border-color: #7D5245;
}
.TagClassName
{
border-color: #7D5245;
}
</style>