Shades of Russet #794D1D
Tints of Russet #794D1D
RGB
CMYK
RGB Variations
Color information
#794D1D (or 0x794D1D) is known color: Russet. HEX triplet: 79, 4D and 1D. RGB value is (121,77,29). Sum of RGB (Red+Green+Blue) = 121+77+29=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #794D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D1D is #86B2E2. Grayscale: #545454. Windows color (decimal): -8827619 or 1920377. OLE color: 1920377.
HSL color Cylindrical-coordinate representation of color #794D1D: hue angle of 31.3º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #794D1D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 77 | 29 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.53 |
| HSL | 31.3º | 0.61% | 0.29% | - |
| HSV(B) | 31.3º | 0.76% | 0.47% | - |
| XYZ | 10.76 | 9.46 | 2.42 | - |
| YUV | 84.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 29 | 0 | 0.36 | 0.76 | 0.53 | 31.3 | 0.61 | 0.29 |
| Hex | 79 | 4D | 1D | 0 | 24 | 4C | 35 | 1F | 3D | 1D |
| Octal | 171 | 115 | 35 | 0 | 44 | 114 | 65 | 37 | 75 | 35 |
| Binary | 1111001 | 1001101 | 11101 | 0 | 100100 | 1001100 | 110101 | 11111 | 111101 | 11101 |
Color Harmonies of #794D1D
Complementary color
Monochromatic Colors of #794D1D
Black with #794D1D
Text Example
Text Example
White with #794D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D1D; }
p { color: rgb(121,77,29); }
H1.HeaderClassName
{
color: #794D1D;
}
.AnyTagClassName
{
color: #794D1D;
}
</style>
background-color css
<style>
a { background-color: #794D1D; }
a { background-color: rgb(121,77,29); }
div.DivClassName
{
background-color: #794D1D;
}
.BgClassName
{
background-color: #794D1D;
}
</style>
border-color css
<style>
span { border-color: #794D1D; }
span { border-color: rgb(121,77,29); }
td.TdClassName
{
border-color: #794D1D;
}
.TagClassName
{
border-color: #794D1D;
}
</style>