Shades of Russet #794C20
Tints of Russet #794C20
RGB
CMYK
RGB Variations
Color information
#794C20 (or 0x794C20) is known color: Russet. HEX triplet: 79, 4C and 20. RGB value is (121,76,32). Sum of RGB (Red+Green+Blue) = 121+76+32=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #794C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C20 is #86B3DF. Grayscale: #545454. Windows color (decimal): -8827872 or 2116729. OLE color: 2116729.
HSL color Cylindrical-coordinate representation of color #794C20: hue angle of 29.66º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #794C20 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 32 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.53 |
| HSL | 29.66º | 0.58% | 0.3% | - |
| HSV(B) | 29.66º | 0.74% | 0.47% | - |
| XYZ | 10.73 | 9.34 | 2.6 | - |
| YUV | 84.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 32 | 0 | 0.37 | 0.74 | 0.53 | 29.66 | 0.58 | 0.3 |
| Hex | 79 | 4C | 20 | 0 | 25 | 4A | 35 | 1E | 3A | 1E |
| Octal | 171 | 114 | 40 | 0 | 45 | 112 | 65 | 36 | 72 | 36 |
| Binary | 1111001 | 1001100 | 100000 | 0 | 100101 | 1001010 | 110101 | 11110 | 111010 | 11110 |
Color Harmonies of #794C20
Complementary color
Monochromatic Colors of #794C20
Black with #794C20
Text Example
Text Example
White with #794C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C20; }
p { color: rgb(121,76,32); }
H1.HeaderClassName
{
color: #794C20;
}
.AnyTagClassName
{
color: #794C20;
}
</style>
background-color css
<style>
a { background-color: #794C20; }
a { background-color: rgb(121,76,32); }
div.DivClassName
{
background-color: #794C20;
}
.BgClassName
{
background-color: #794C20;
}
</style>
border-color css
<style>
span { border-color: #794C20; }
span { border-color: rgb(121,76,32); }
td.TdClassName
{
border-color: #794C20;
}
.TagClassName
{
border-color: #794C20;
}
</style>