Shades of Ironstone #7A5346
Tints of Ironstone #7A5346
RGB
CMYK
RGB Variations
Color information
#7A5346 (or 0x7A5346) is known color: Ironstone. HEX triplet: 7A, 53 and 46. RGB value is (122,83,70). Sum of RGB (Red+Green+Blue) = 122+83+70=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5346 is #85ACB9. Grayscale: #5D5D5D. Windows color (decimal): -8760506 or 4608890. OLE color: 4608890.
HSL color Cylindrical-coordinate representation of color #7A5346: hue angle of 15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A5346 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 83 | 70 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.52 |
| HSL | 15º | 0.27% | 0.38% | - |
| HSV(B) | 15º | 0.43% | 0.48% | - |
| XYZ | 12.22 | 10.77 | 7.23 | - |
| YUV | 93.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 83 | 70 | 0 | 0.32 | 0.43 | 0.52 | 15 | 0.27 | 0.38 |
| Hex | 7A | 53 | 46 | 0 | 20 | 2B | 34 | F | 1B | 26 |
| Octal | 172 | 123 | 106 | 0 | 40 | 53 | 64 | 17 | 33 | 46 |
| Binary | 1111010 | 1010011 | 1000110 | 0 | 100000 | 101011 | 110100 | 1111 | 11011 | 100110 |
Color Harmonies of #7A5346
Complementary color
Monochromatic Colors of #7A5346
Black with #7A5346
Text Example
Text Example
White with #7A5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5346; }
p { color: rgb(122,83,70); }
H1.HeaderClassName
{
color: #7A5346;
}
.AnyTagClassName
{
color: #7A5346;
}
</style>
background-color css
<style>
a { background-color: #7A5346; }
a { background-color: rgb(122,83,70); }
div.DivClassName
{
background-color: #7A5346;
}
.BgClassName
{
background-color: #7A5346;
}
</style>
border-color css
<style>
span { border-color: #7A5346; }
span { border-color: rgb(122,83,70); }
td.TdClassName
{
border-color: #7A5346;
}
.TagClassName
{
border-color: #7A5346;
}
</style>