Shades of Raw Umber #794A0E
Tints of Raw Umber #794A0E
RGB
CMYK
RGB Variations
Color information
#794A0E (or 0x794A0E) is known color: Raw Umber. HEX triplet: 79, 4A and 0E. RGB value is (121,74,14). Sum of RGB (Red+Green+Blue) = 121+74+14=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #794A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #794A0E is #86B5F1. Grayscale: #515151. Windows color (decimal): -8828402 or 936569. OLE color: 936569.
HSL color Cylindrical-coordinate representation of color #794A0E: hue angle of 33.64º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #794A0E is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 14 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.53 |
| HSL | 33.64º | 0.79% | 0.26% | - |
| HSV(B) | 33.64º | 0.88% | 0.47% | - |
| XYZ | 10.41 | 8.99 | 1.6 | - |
| YUV | 81.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 14 | 0 | 0.39 | 0.88 | 0.53 | 33.64 | 0.79 | 0.26 |
| Hex | 79 | 4A | E | 0 | 27 | 58 | 35 | 22 | 4F | 1A |
| Octal | 171 | 112 | 16 | 0 | 47 | 130 | 65 | 42 | 117 | 32 |
| Binary | 1111001 | 1001010 | 1110 | 0 | 100111 | 1011000 | 110101 | 100010 | 1001111 | 11010 |
Color Harmonies of #794A0E
Complementary color
Monochromatic Colors of #794A0E
Black with #794A0E
Text Example
Text Example
White with #794A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A0E; }
p { color: rgb(121,74,14); }
H1.HeaderClassName
{
color: #794A0E;
}
.AnyTagClassName
{
color: #794A0E;
}
</style>
background-color css
<style>
a { background-color: #794A0E; }
a { background-color: rgb(121,74,14); }
div.DivClassName
{
background-color: #794A0E;
}
.BgClassName
{
background-color: #794A0E;
}
</style>
border-color css
<style>
span { border-color: #794A0E; }
span { border-color: rgb(121,74,14); }
td.TdClassName
{
border-color: #794A0E;
}
.TagClassName
{
border-color: #794A0E;
}
</style>