Shades of Ironstone #795247
Tints of Ironstone #795247
RGB
CMYK
RGB Variations
Color information
#795247 (or 0x795247) is known color: Ironstone. HEX triplet: 79, 52 and 47. RGB value is (121,82,71). Sum of RGB (Red+Green+Blue) = 121+82+71=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #795247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795247 is #86ADB8. Grayscale: #5C5C5C. Windows color (decimal): -8826297 or 4674169. OLE color: 4674169.
HSL color Cylindrical-coordinate representation of color #795247: hue angle of 13.2º 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 #795247 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 71 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.53 |
| HSL | 13.2º | 0.26% | 0.38% | - |
| HSV(B) | 13.2º | 0.41% | 0.47% | - |
| XYZ | 12.04 | 10.55 | 7.36 | - |
| YUV | 92.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 71 | 0 | 0.32 | 0.41 | 0.53 | 13.2 | 0.26 | 0.38 |
| Hex | 79 | 52 | 47 | 0 | 20 | 29 | 35 | D | 1A | 26 |
| Octal | 171 | 122 | 107 | 0 | 40 | 51 | 65 | 15 | 32 | 46 |
| Binary | 1111001 | 1010010 | 1000111 | 0 | 100000 | 101001 | 110101 | 1101 | 11010 | 100110 |
Color Harmonies of #795247
Complementary color
Monochromatic Colors of #795247
Black with #795247
Text Example
Text Example
White with #795247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795247; }
p { color: rgb(121,82,71); }
H1.HeaderClassName
{
color: #795247;
}
.AnyTagClassName
{
color: #795247;
}
</style>
background-color css
<style>
a { background-color: #795247; }
a { background-color: rgb(121,82,71); }
div.DivClassName
{
background-color: #795247;
}
.BgClassName
{
background-color: #795247;
}
</style>
border-color css
<style>
span { border-color: #795247; }
span { border-color: rgb(121,82,71); }
td.TdClassName
{
border-color: #795247;
}
.TagClassName
{
border-color: #795247;
}
</style>