Shades of Russet #793A0B
Tints of Russet #793A0B
RGB
CMYK
RGB Variations
Color information
#793A0B (or 0x793A0B) is known color: Russet. HEX triplet: 79, 3A and 0B. RGB value is (121,58,11). Sum of RGB (Red+Green+Blue) = 121+58+11=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #793A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793A0B is #86C5F4. Grayscale: #474747. Windows color (decimal): -8832501 or 735865. OLE color: 735865.
HSL color Cylindrical-coordinate representation of color #793A0B: hue angle of 25.64º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #793A0B is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 58 | 11 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.53 |
| HSL | 25.64º | 0.83% | 0.26% | - |
| HSV(B) | 25.64º | 0.91% | 0.47% | - |
| XYZ | 9.46 | 7.12 | 1.19 | - |
| YUV | 71.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 11 | 0 | 0.52 | 0.91 | 0.53 | 25.64 | 0.83 | 0.26 |
| Hex | 79 | 3A | B | 0 | 34 | 5B | 35 | 1A | 53 | 1A |
| Octal | 171 | 72 | 13 | 0 | 64 | 133 | 65 | 32 | 123 | 32 |
| Binary | 1111001 | 111010 | 1011 | 0 | 110100 | 1011011 | 110101 | 11010 | 1010011 | 11010 |
Color Harmonies of #793A0B
Complementary color
Monochromatic Colors of #793A0B
Black with #793A0B
Text Example
Text Example
White with #793A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793A0B; }
p { color: rgb(121,58,11); }
H1.HeaderClassName
{
color: #793A0B;
}
.AnyTagClassName
{
color: #793A0B;
}
</style>
background-color css
<style>
a { background-color: #793A0B; }
a { background-color: rgb(121,58,11); }
div.DivClassName
{
background-color: #793A0B;
}
.BgClassName
{
background-color: #793A0B;
}
</style>
border-color css
<style>
span { border-color: #793A0B; }
span { border-color: rgb(121,58,11); }
td.TdClassName
{
border-color: #793A0B;
}
.TagClassName
{
border-color: #793A0B;
}
</style>