Shades of Russet #794921
Tints of Russet #794921
RGB
CMYK
RGB Variations
Color information
#794921 (or 0x794921) is known color: Russet. HEX triplet: 79, 49 and 21. RGB value is (121,73,33). Sum of RGB (Red+Green+Blue) = 121+73+33=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #794921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794921 is #86B6DE. Grayscale: #535353. Windows color (decimal): -8828639 or 2181497. OLE color: 2181497.
HSL color Cylindrical-coordinate representation of color #794921: hue angle of 27.27º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #794921 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 73 | 33 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.53 |
| HSL | 27.27º | 0.57% | 0.3% | - |
| HSV(B) | 27.27º | 0.73% | 0.47% | - |
| XYZ | 10.54 | 8.94 | 2.61 | - |
| YUV | 82.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 33 | 0 | 0.40 | 0.73 | 0.53 | 27.27 | 0.57 | 0.3 |
| Hex | 79 | 49 | 21 | 0 | 28 | 49 | 35 | 1B | 39 | 1E |
| Octal | 171 | 111 | 41 | 0 | 50 | 111 | 65 | 33 | 71 | 36 |
| Binary | 1111001 | 1001001 | 100001 | 0 | 101000 | 1001001 | 110101 | 11011 | 111001 | 11110 |
Color Harmonies of #794921
Complementary color
Monochromatic Colors of #794921
Black with #794921
Text Example
Text Example
White with #794921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794921; }
p { color: rgb(121,73,33); }
H1.HeaderClassName
{
color: #794921;
}
.AnyTagClassName
{
color: #794921;
}
</style>
background-color css
<style>
a { background-color: #794921; }
a { background-color: rgb(121,73,33); }
div.DivClassName
{
background-color: #794921;
}
.BgClassName
{
background-color: #794921;
}
</style>
border-color css
<style>
span { border-color: #794921; }
span { border-color: rgb(121,73,33); }
td.TdClassName
{
border-color: #794921;
}
.TagClassName
{
border-color: #794921;
}
</style>