Shades of Ironstone #785449
Tints of Ironstone #785449
RGB
CMYK
RGB Variations
Color information
#785449 (or 0x785449) is known color: Ironstone. HEX triplet: 78, 54 and 49. RGB value is (120,84,73). Sum of RGB (Red+Green+Blue) = 120+84+73=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #785449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785449 is #87ABB6. Grayscale: #5D5D5D. Windows color (decimal): -8891319 or 4805752. OLE color: 4805752.
HSL color Cylindrical-coordinate representation of color #785449: hue angle of 14.04º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #785449 is Cyan = 0, Magento = 0.3, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 73 | - |
| CMYK | 0 | 0.3 | 0.39 | 0.53 |
| HSL | 14.04º | 0.24% | 0.38% | - |
| HSV(B) | 14.04º | 0.39% | 0.47% | - |
| XYZ | 12.12 | 10.81 | 7.75 | - |
| YUV | 93.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 73 | 0 | 0.3 | 0.39 | 0.53 | 14.04 | 0.24 | 0.38 |
| Hex | 78 | 54 | 49 | 0 | 1E | 27 | 35 | E | 18 | 26 |
| Octal | 170 | 124 | 111 | 0 | 36 | 47 | 65 | 16 | 30 | 46 |
| Binary | 1111000 | 1010100 | 1001001 | 0 | 11110 | 100111 | 110101 | 1110 | 11000 | 100110 |
Color Harmonies of #785449
Complementary color
Monochromatic Colors of #785449
Black with #785449
Text Example
Text Example
White with #785449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785449; }
p { color: rgb(120,84,73); }
H1.HeaderClassName
{
color: #785449;
}
.AnyTagClassName
{
color: #785449;
}
</style>
background-color css
<style>
a { background-color: #785449; }
a { background-color: rgb(120,84,73); }
div.DivClassName
{
background-color: #785449;
}
.BgClassName
{
background-color: #785449;
}
</style>
border-color css
<style>
span { border-color: #785449; }
span { border-color: rgb(120,84,73); }
td.TdClassName
{
border-color: #785449;
}
.TagClassName
{
border-color: #785449;
}
</style>