Shades of Ironstone #795348
Tints of Ironstone #795348
RGB
CMYK
RGB Variations
Color information
#795348 (or 0x795348) is known color: Ironstone. HEX triplet: 79, 53 and 48. RGB value is (121,83,72). Sum of RGB (Red+Green+Blue) = 121+83+72=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #795348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795348 is #86ACB7. Grayscale: #5D5D5D. Windows color (decimal): -8826040 or 4739961. OLE color: 4739961.
HSL color Cylindrical-coordinate representation of color #795348: hue angle of 13.47º 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 #795348 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 83 | 72 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.53 |
| HSL | 13.47º | 0.25% | 0.38% | - |
| HSV(B) | 13.47º | 0.4% | 0.47% | - |
| XYZ | 12.15 | 10.72 | 7.56 | - |
| YUV | 93.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 83 | 72 | 0 | 0.31 | 0.40 | 0.53 | 13.47 | 0.25 | 0.38 |
| Hex | 79 | 53 | 48 | 0 | 1F | 28 | 35 | D | 19 | 26 |
| Octal | 171 | 123 | 110 | 0 | 37 | 50 | 65 | 15 | 31 | 46 |
| Binary | 1111001 | 1010011 | 1001000 | 0 | 11111 | 101000 | 110101 | 1101 | 11001 | 100110 |
Color Harmonies of #795348
Complementary color
Monochromatic Colors of #795348
Black with #795348
Text Example
Text Example
White with #795348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795348; }
p { color: rgb(121,83,72); }
H1.HeaderClassName
{
color: #795348;
}
.AnyTagClassName
{
color: #795348;
}
</style>
background-color css
<style>
a { background-color: #795348; }
a { background-color: rgb(121,83,72); }
div.DivClassName
{
background-color: #795348;
}
.BgClassName
{
background-color: #795348;
}
</style>
border-color css
<style>
span { border-color: #795348; }
span { border-color: rgb(121,83,72); }
td.TdClassName
{
border-color: #795348;
}
.TagClassName
{
border-color: #795348;
}
</style>