Shades of Russet #793D12
Tints of Russet #793D12
RGB
CMYK
RGB Variations
Color information
#793D12 (or 0x793D12) is known color: Russet. HEX triplet: 79, 3D and 12. RGB value is (121,61,18). Sum of RGB (Red+Green+Blue) = 121+61+18=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #793D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793D12 is #86C2ED. Grayscale: #4A4A4A. Windows color (decimal): -8831726 or 1195385. OLE color: 1195385.
HSL color Cylindrical-coordinate representation of color #793D12: hue angle of 25.05º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #793D12 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 61 | 18 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.53 |
| HSL | 25.05º | 0.74% | 0.27% | - |
| HSV(B) | 25.05º | 0.85% | 0.47% | - |
| XYZ | 9.66 | 7.45 | 1.5 | - |
| YUV | 74.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 18 | 0 | 0.50 | 0.85 | 0.53 | 25.05 | 0.74 | 0.27 |
| Hex | 79 | 3D | 12 | 0 | 32 | 55 | 35 | 19 | 4A | 1B |
| Octal | 171 | 75 | 22 | 0 | 62 | 125 | 65 | 31 | 112 | 33 |
| Binary | 1111001 | 111101 | 10010 | 0 | 110010 | 1010101 | 110101 | 11001 | 1001010 | 11011 |
Color Harmonies of #793D12
Complementary color
Monochromatic Colors of #793D12
Black with #793D12
Text Example
Text Example
White with #793D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793D12; }
p { color: rgb(121,61,18); }
H1.HeaderClassName
{
color: #793D12;
}
.AnyTagClassName
{
color: #793D12;
}
</style>
background-color css
<style>
a { background-color: #793D12; }
a { background-color: rgb(121,61,18); }
div.DivClassName
{
background-color: #793D12;
}
.BgClassName
{
background-color: #793D12;
}
</style>
border-color css
<style>
span { border-color: #793D12; }
span { border-color: rgb(121,61,18); }
td.TdClassName
{
border-color: #793D12;
}
.TagClassName
{
border-color: #793D12;
}
</style>