Shades of Raw Umber #794A04
Tints of Raw Umber #794A04
RGB
CMYK
RGB Variations
Color information
#794A04 (or 0x794A04) is known color: Raw Umber. HEX triplet: 79, 4A and 04. RGB value is (121,74,4). Sum of RGB (Red+Green+Blue) = 121+74+4=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #794A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #794A04 is #86B5FB. Grayscale: #505050. Windows color (decimal): -8828412 or 281209. OLE color: 281209.
HSL color Cylindrical-coordinate representation of color #794A04: hue angle of 35.9º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #794A04 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 4 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.53 |
| HSL | 35.9º | 0.94% | 0.25% | - |
| HSV(B) | 35.9º | 0.97% | 0.47% | - |
| XYZ | 10.36 | 8.97 | 1.3 | - |
| YUV | 80.07 | 85.07 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 4 | 0 | 0.39 | 0.97 | 0.53 | 35.9 | 0.94 | 0.25 |
| Hex | 79 | 4A | 4 | 0 | 27 | 61 | 35 | 24 | 5E | 19 |
| Octal | 171 | 112 | 4 | 0 | 47 | 141 | 65 | 44 | 136 | 31 |
| Binary | 1111001 | 1001010 | 100 | 0 | 100111 | 1100001 | 110101 | 100100 | 1011110 | 11001 |
Color Harmonies of #794A04
Complementary color
Monochromatic Colors of #794A04
Black with #794A04
Text Example
Text Example
White with #794A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A04; }
p { color: rgb(121,74,4); }
H1.HeaderClassName
{
color: #794A04;
}
.AnyTagClassName
{
color: #794A04;
}
</style>
background-color css
<style>
a { background-color: #794A04; }
a { background-color: rgb(121,74,4); }
div.DivClassName
{
background-color: #794A04;
}
.BgClassName
{
background-color: #794A04;
}
</style>
border-color css
<style>
span { border-color: #794A04; }
span { border-color: rgb(121,74,4); }
td.TdClassName
{
border-color: #794A04;
}
.TagClassName
{
border-color: #794A04;
}
</style>