Shades of Ironstone #795449
Tints of Ironstone #795449
RGB
CMYK
RGB Variations
Color information
#795449 (or 0x795449) is known color: Ironstone. HEX triplet: 79, 54 and 49. RGB value is (121,84,73). Sum of RGB (Red+Green+Blue) = 121+84+73=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #795449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795449 is #86ABB6. Grayscale: #5D5D5D. Windows color (decimal): -8825783 or 4805753. OLE color: 4805753.
HSL color Cylindrical-coordinate representation of color #795449: hue angle of 13.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #795449 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 84 | 73 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.53 |
| HSL | 13.75º | 0.25% | 0.38% | - |
| HSV(B) | 13.75º | 0.4% | 0.47% | - |
| XYZ | 12.26 | 10.89 | 7.76 | - |
| YUV | 93.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 84 | 73 | 0 | 0.31 | 0.40 | 0.53 | 13.75 | 0.25 | 0.38 |
| Hex | 79 | 54 | 49 | 0 | 1F | 28 | 35 | E | 19 | 26 |
| Octal | 171 | 124 | 111 | 0 | 37 | 50 | 65 | 16 | 31 | 46 |
| Binary | 1111001 | 1010100 | 1001001 | 0 | 11111 | 101000 | 110101 | 1110 | 11001 | 100110 |
Color Harmonies of #795449
Complementary color
Monochromatic Colors of #795449
Black with #795449
Text Example
Text Example
White with #795449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795449; }
p { color: rgb(121,84,73); }
H1.HeaderClassName
{
color: #795449;
}
.AnyTagClassName
{
color: #795449;
}
</style>
background-color css
<style>
a { background-color: #795449; }
a { background-color: rgb(121,84,73); }
div.DivClassName
{
background-color: #795449;
}
.BgClassName
{
background-color: #795449;
}
</style>
border-color css
<style>
span { border-color: #795449; }
span { border-color: rgb(121,84,73); }
td.TdClassName
{
border-color: #795449;
}
.TagClassName
{
border-color: #795449;
}
</style>