Shades of Ironstone #7D534A
Tints of Ironstone #7D534A
RGB
CMYK
RGB Variations
Color information
#7D534A (or 0x7D534A) is known color: Ironstone. HEX triplet: 7D, 53 and 4A. RGB value is (125,83,74). Sum of RGB (Red+Green+Blue) = 125+83+74=282 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.33% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 125 - color contains mainly: red. Hex color #7D534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D534A is #82ACB5. Grayscale: #5E5E5E. Windows color (decimal): -8563894 or 4871037. OLE color: 4871037.
HSL color Cylindrical-coordinate representation of color #7D534A: hue angle of 10.59º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7D534A is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 83 | 74 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.51 |
| HSL | 10.59º | 0.26% | 0.39% | - |
| HSV(B) | 10.59º | 0.41% | 0.49% | - |
| XYZ | 12.79 | 11.04 | 7.94 | - |
| YUV | 94.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 83 | 74 | 0 | 0.34 | 0.41 | 0.51 | 10.59 | 0.26 | 0.39 |
| Hex | 7D | 53 | 4A | 0 | 22 | 29 | 33 | B | 1A | 27 |
| Octal | 175 | 123 | 112 | 0 | 42 | 51 | 63 | 13 | 32 | 47 |
| Binary | 1111101 | 1010011 | 1001010 | 0 | 100010 | 101001 | 110011 | 1011 | 11010 | 100111 |
Color Harmonies of #7D534A
Complementary color
Monochromatic Colors of #7D534A
Black with #7D534A
Text Example
Text Example
White with #7D534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D534A; }
p { color: rgb(125,83,74); }
H1.HeaderClassName
{
color: #7D534A;
}
.AnyTagClassName
{
color: #7D534A;
}
</style>
background-color css
<style>
a { background-color: #7D534A; }
a { background-color: rgb(125,83,74); }
div.DivClassName
{
background-color: #7D534A;
}
.BgClassName
{
background-color: #7D534A;
}
</style>
border-color css
<style>
span { border-color: #7D534A; }
span { border-color: rgb(125,83,74); }
td.TdClassName
{
border-color: #7D534A;
}
.TagClassName
{
border-color: #7D534A;
}
</style>