Shades of Raw Umber #794D0C
Tints of Raw Umber #794D0C
RGB
CMYK
RGB Variations
Color information
#794D0C (or 0x794D0C) is known color: Raw Umber. HEX triplet: 79, 4D and 0C. RGB value is (121,77,12). Sum of RGB (Red+Green+Blue) = 121+77+12=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #794D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #794D0C is #86B2F3. Grayscale: #535353. Windows color (decimal): -8827636 or 806265. OLE color: 806265.
HSL color Cylindrical-coordinate representation of color #794D0C: hue angle of 35.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #794D0C is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 77 | 12 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.53 |
| HSL | 35.78º | 0.82% | 0.26% | - |
| HSV(B) | 35.78º | 0.9% | 0.47% | - |
| XYZ | 10.61 | 9.4 | 1.6 | - |
| YUV | 82.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 12 | 0 | 0.36 | 0.90 | 0.53 | 35.78 | 0.82 | 0.26 |
| Hex | 79 | 4D | C | 0 | 24 | 5A | 35 | 24 | 52 | 1A |
| Octal | 171 | 115 | 14 | 0 | 44 | 132 | 65 | 44 | 122 | 32 |
| Binary | 1111001 | 1001101 | 1100 | 0 | 100100 | 1011010 | 110101 | 100100 | 1010010 | 11010 |
Color Harmonies of #794D0C
Complementary color
Monochromatic Colors of #794D0C
Black with #794D0C
Text Example
Text Example
White with #794D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D0C; }
p { color: rgb(121,77,12); }
H1.HeaderClassName
{
color: #794D0C;
}
.AnyTagClassName
{
color: #794D0C;
}
</style>
background-color css
<style>
a { background-color: #794D0C; }
a { background-color: rgb(121,77,12); }
div.DivClassName
{
background-color: #794D0C;
}
.BgClassName
{
background-color: #794D0C;
}
</style>
border-color css
<style>
span { border-color: #794D0C; }
span { border-color: rgb(121,77,12); }
td.TdClassName
{
border-color: #794D0C;
}
.TagClassName
{
border-color: #794D0C;
}
</style>