Shades of Ironstone #795347
Tints of Ironstone #795347
RGB
CMYK
RGB Variations
Color information
#795347 (or 0x795347) is known color: Ironstone. HEX triplet: 79, 53 and 47. RGB value is (121,83,71). Sum of RGB (Red+Green+Blue) = 121+83+71=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #795347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795347 is #86ACB8. Grayscale: #5D5D5D. Windows color (decimal): -8826041 or 4674425. OLE color: 4674425.
HSL color Cylindrical-coordinate representation of color #795347: hue angle of 14.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #795347 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 83 | 71 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.53 |
| HSL | 14.4º | 0.26% | 0.38% | - |
| HSV(B) | 14.4º | 0.41% | 0.47% | - |
| XYZ | 12.12 | 10.71 | 7.39 | - |
| YUV | 92.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 83 | 71 | 0 | 0.31 | 0.41 | 0.53 | 14.4 | 0.26 | 0.38 |
| Hex | 79 | 53 | 47 | 0 | 1F | 29 | 35 | E | 1A | 26 |
| Octal | 171 | 123 | 107 | 0 | 37 | 51 | 65 | 16 | 32 | 46 |
| Binary | 1111001 | 1010011 | 1000111 | 0 | 11111 | 101001 | 110101 | 1110 | 11010 | 100110 |
Color Harmonies of #795347
Complementary color
Monochromatic Colors of #795347
Black with #795347
Text Example
Text Example
White with #795347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795347; }
p { color: rgb(121,83,71); }
H1.HeaderClassName
{
color: #795347;
}
.AnyTagClassName
{
color: #795347;
}
</style>
background-color css
<style>
a { background-color: #795347; }
a { background-color: rgb(121,83,71); }
div.DivClassName
{
background-color: #795347;
}
.BgClassName
{
background-color: #795347;
}
</style>
border-color css
<style>
span { border-color: #795347; }
span { border-color: rgb(121,83,71); }
td.TdClassName
{
border-color: #795347;
}
.TagClassName
{
border-color: #795347;
}
</style>