Shades of Ironstone #785249
Tints of Ironstone #785249
RGB
CMYK
RGB Variations
Color information
#785249 (or 0x785249) is known color: Ironstone. HEX triplet: 78, 52 and 49. RGB value is (120,82,73). Sum of RGB (Red+Green+Blue) = 120+82+73=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #785249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785249 is #87ADB6. Grayscale: #5C5C5C. Windows color (decimal): -8891831 or 4805240. OLE color: 4805240.
HSL color Cylindrical-coordinate representation of color #785249: hue angle of 11.49º 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 #785249 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 73 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.53 |
| HSL | 11.49º | 0.24% | 0.38% | - |
| HSV(B) | 11.49º | 0.39% | 0.47% | - |
| XYZ | 11.97 | 10.51 | 7.7 | - |
| YUV | 92.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 73 | 0 | 0.32 | 0.39 | 0.53 | 11.49 | 0.24 | 0.38 |
| Hex | 78 | 52 | 49 | 0 | 20 | 27 | 35 | B | 18 | 26 |
| Octal | 170 | 122 | 111 | 0 | 40 | 47 | 65 | 13 | 30 | 46 |
| Binary | 1111000 | 1010010 | 1001001 | 0 | 100000 | 100111 | 110101 | 1011 | 11000 | 100110 |
Color Harmonies of #785249
Complementary color
Monochromatic Colors of #785249
Black with #785249
Text Example
Text Example
White with #785249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785249; }
p { color: rgb(120,82,73); }
H1.HeaderClassName
{
color: #785249;
}
.AnyTagClassName
{
color: #785249;
}
</style>
background-color css
<style>
a { background-color: #785249; }
a { background-color: rgb(120,82,73); }
div.DivClassName
{
background-color: #785249;
}
.BgClassName
{
background-color: #785249;
}
</style>
border-color css
<style>
span { border-color: #785249; }
span { border-color: rgb(120,82,73); }
td.TdClassName
{
border-color: #785249;
}
.TagClassName
{
border-color: #785249;
}
</style>