Shades of Russet #794924
Tints of Russet #794924
RGB
CMYK
RGB Variations
Color information
#794924 (or 0x794924) is known color: Russet. HEX triplet: 79, 49 and 24. RGB value is (121,73,36). Sum of RGB (Red+Green+Blue) = 121+73+36=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #794924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794924 is #86B6DB. Grayscale: #535353. Windows color (decimal): -8828636 or 2378105. OLE color: 2378105.
HSL color Cylindrical-coordinate representation of color #794924: hue angle of 26.12º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #794924 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 73 | 36 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.53 |
| HSL | 26.12º | 0.54% | 0.31% | - |
| HSV(B) | 26.12º | 0.7% | 0.47% | - |
| XYZ | 10.59 | 8.96 | 2.84 | - |
| YUV | 83.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 36 | 0 | 0.40 | 0.70 | 0.53 | 26.12 | 0.54 | 0.31 |
| Hex | 79 | 49 | 24 | 0 | 28 | 46 | 35 | 1A | 36 | 1F |
| Octal | 171 | 111 | 44 | 0 | 50 | 106 | 65 | 32 | 66 | 37 |
| Binary | 1111001 | 1001001 | 100100 | 0 | 101000 | 1000110 | 110101 | 11010 | 110110 | 11111 |
Color Harmonies of #794924
Complementary color
Monochromatic Colors of #794924
Black with #794924
Text Example
Text Example
White with #794924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794924; }
p { color: rgb(121,73,36); }
H1.HeaderClassName
{
color: #794924;
}
.AnyTagClassName
{
color: #794924;
}
</style>
background-color css
<style>
a { background-color: #794924; }
a { background-color: rgb(121,73,36); }
div.DivClassName
{
background-color: #794924;
}
.BgClassName
{
background-color: #794924;
}
</style>
border-color css
<style>
span { border-color: #794924; }
span { border-color: rgb(121,73,36); }
td.TdClassName
{
border-color: #794924;
}
.TagClassName
{
border-color: #794924;
}
</style>