Shades of Raw Umber #794A16
Tints of Raw Umber #794A16
RGB
CMYK
RGB Variations
Color information
#794A16 (or 0x794A16) is known color: Raw Umber. HEX triplet: 79, 4A and 16. RGB value is (121,74,22). Sum of RGB (Red+Green+Blue) = 121+74+22=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #794A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #794A16 is #86B5E9. Grayscale: #525252. Windows color (decimal): -8828394 or 1460857. OLE color: 1460857.
HSL color Cylindrical-coordinate representation of color #794A16: hue angle of 31.52º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #794A16 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 22 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.53 |
| HSL | 31.52º | 0.69% | 0.28% | - |
| HSV(B) | 31.52º | 0.82% | 0.47% | - |
| XYZ | 10.48 | 9.02 | 1.95 | - |
| YUV | 82.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 22 | 0 | 0.39 | 0.82 | 0.53 | 31.52 | 0.69 | 0.28 |
| Hex | 79 | 4A | 16 | 0 | 27 | 52 | 35 | 20 | 45 | 1C |
| Octal | 171 | 112 | 26 | 0 | 47 | 122 | 65 | 40 | 105 | 34 |
| Binary | 1111001 | 1001010 | 10110 | 0 | 100111 | 1010010 | 110101 | 100000 | 1000101 | 11100 |
Color Harmonies of #794A16
Complementary color
Monochromatic Colors of #794A16
Black with #794A16
Text Example
Text Example
White with #794A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A16; }
p { color: rgb(121,74,22); }
H1.HeaderClassName
{
color: #794A16;
}
.AnyTagClassName
{
color: #794A16;
}
</style>
background-color css
<style>
a { background-color: #794A16; }
a { background-color: rgb(121,74,22); }
div.DivClassName
{
background-color: #794A16;
}
.BgClassName
{
background-color: #794A16;
}
</style>
border-color css
<style>
span { border-color: #794A16; }
span { border-color: rgb(121,74,22); }
td.TdClassName
{
border-color: #794A16;
}
.TagClassName
{
border-color: #794A16;
}
</style>