Shades of Russet #793E11
Tints of Russet #793E11
RGB
CMYK
RGB Variations
Color information
#793E11 (or 0x793E11) is known color: Russet. HEX triplet: 79, 3E and 11. RGB value is (121,62,17). Sum of RGB (Red+Green+Blue) = 121+62+17=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #793E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793E11 is #86C1EE. Grayscale: #4A4A4A. Windows color (decimal): -8831471 or 1130105. OLE color: 1130105.
HSL color Cylindrical-coordinate representation of color #793E11: hue angle of 25.96º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #793E11 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 62 | 17 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.53 |
| HSL | 25.96º | 0.75% | 0.27% | - |
| HSV(B) | 25.96º | 0.86% | 0.47% | - |
| XYZ | 9.71 | 7.55 | 1.48 | - |
| YUV | 74.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 17 | 0 | 0.49 | 0.86 | 0.53 | 25.96 | 0.75 | 0.27 |
| Hex | 79 | 3E | 11 | 0 | 31 | 56 | 35 | 1A | 4B | 1B |
| Octal | 171 | 76 | 21 | 0 | 61 | 126 | 65 | 32 | 113 | 33 |
| Binary | 1111001 | 111110 | 10001 | 0 | 110001 | 1010110 | 110101 | 11010 | 1001011 | 11011 |
Color Harmonies of #793E11
Complementary color
Monochromatic Colors of #793E11
Black with #793E11
Text Example
Text Example
White with #793E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793E11; }
p { color: rgb(121,62,17); }
H1.HeaderClassName
{
color: #793E11;
}
.AnyTagClassName
{
color: #793E11;
}
</style>
background-color css
<style>
a { background-color: #793E11; }
a { background-color: rgb(121,62,17); }
div.DivClassName
{
background-color: #793E11;
}
.BgClassName
{
background-color: #793E11;
}
</style>
border-color css
<style>
span { border-color: #793E11; }
span { border-color: rgb(121,62,17); }
td.TdClassName
{
border-color: #793E11;
}
.TagClassName
{
border-color: #793E11;
}
</style>