Shades of Ironstone #795248
Tints of Ironstone #795248
RGB
CMYK
RGB Variations
Color information
#795248 (or 0x795248) is known color: Ironstone. HEX triplet: 79, 52 and 48. RGB value is (121,82,72). Sum of RGB (Red+Green+Blue) = 121+82+72=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #795248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795248 is #86ADB7. Grayscale: #5C5C5C. Windows color (decimal): -8826296 or 4739705. OLE color: 4739705.
HSL color Cylindrical-coordinate representation of color #795248: hue angle of 12.24º 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 #795248 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 72 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.53 |
| HSL | 12.24º | 0.25% | 0.38% | - |
| HSV(B) | 12.24º | 0.4% | 0.47% | - |
| XYZ | 12.07 | 10.57 | 7.53 | - |
| YUV | 92.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 72 | 0 | 0.32 | 0.40 | 0.53 | 12.24 | 0.25 | 0.38 |
| Hex | 79 | 52 | 48 | 0 | 20 | 28 | 35 | C | 19 | 26 |
| Octal | 171 | 122 | 110 | 0 | 40 | 50 | 65 | 14 | 31 | 46 |
| Binary | 1111001 | 1010010 | 1001000 | 0 | 100000 | 101000 | 110101 | 1100 | 11001 | 100110 |
Color Harmonies of #795248
Complementary color
Monochromatic Colors of #795248
Black with #795248
Text Example
Text Example
White with #795248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795248; }
p { color: rgb(121,82,72); }
H1.HeaderClassName
{
color: #795248;
}
.AnyTagClassName
{
color: #795248;
}
</style>
background-color css
<style>
a { background-color: #795248; }
a { background-color: rgb(121,82,72); }
div.DivClassName
{
background-color: #795248;
}
.BgClassName
{
background-color: #795248;
}
</style>
border-color css
<style>
span { border-color: #795248; }
span { border-color: rgb(121,82,72); }
td.TdClassName
{
border-color: #795248;
}
.TagClassName
{
border-color: #795248;
}
</style>