Shades of Raw Umber #794F14
Tints of Raw Umber #794F14
RGB
CMYK
RGB Variations
Color information
#794F14 (or 0x794F14) is known color: Raw Umber. HEX triplet: 79, 4F and 14. RGB value is (121,79,20). Sum of RGB (Red+Green+Blue) = 121+79+20=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #794F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #794F14 is #86B0EB. Grayscale: #555555. Windows color (decimal): -8827116 or 1331065. OLE color: 1331065.
HSL color Cylindrical-coordinate representation of color #794F14: hue angle of 35.05º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #794F14 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 79 | 20 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.53 |
| HSL | 35.05º | 0.72% | 0.28% | - |
| HSV(B) | 35.05º | 0.83% | 0.47% | - |
| XYZ | 10.81 | 9.71 | 1.97 | - |
| YUV | 84.83 | 91.41 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 20 | 0 | 0.35 | 0.83 | 0.53 | 35.05 | 0.72 | 0.28 |
| Hex | 79 | 4F | 14 | 0 | 23 | 53 | 35 | 23 | 48 | 1C |
| Octal | 171 | 117 | 24 | 0 | 43 | 123 | 65 | 43 | 110 | 34 |
| Binary | 1111001 | 1001111 | 10100 | 0 | 100011 | 1010011 | 110101 | 100011 | 1001000 | 11100 |
Color Harmonies of #794F14
Complementary color
Monochromatic Colors of #794F14
Black with #794F14
Text Example
Text Example
White with #794F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794F14; }
p { color: rgb(121,79,20); }
H1.HeaderClassName
{
color: #794F14;
}
.AnyTagClassName
{
color: #794F14;
}
</style>
background-color css
<style>
a { background-color: #794F14; }
a { background-color: rgb(121,79,20); }
div.DivClassName
{
background-color: #794F14;
}
.BgClassName
{
background-color: #794F14;
}
</style>
border-color css
<style>
span { border-color: #794F14; }
span { border-color: rgb(121,79,20); }
td.TdClassName
{
border-color: #794F14;
}
.TagClassName
{
border-color: #794F14;
}
</style>