Shades of Raw Umber #79460C
Tints of Raw Umber #79460C
RGB
CMYK
RGB Variations
Color information
#79460C (or 0x79460C) is known color: Raw Umber. HEX triplet: 79, 46 and 0C. RGB value is (121,70,12). Sum of RGB (Red+Green+Blue) = 121+70+12=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #79460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79460C is #86B9F3. Grayscale: #4E4E4E. Windows color (decimal): -8829428 or 804473. OLE color: 804473.
HSL color Cylindrical-coordinate representation of color #79460C: hue angle of 31.93º 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 #79460C is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 70 | 12 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.53 |
| HSL | 31.93º | 0.82% | 0.26% | - |
| HSV(B) | 31.93º | 0.9% | 0.47% | - |
| XYZ | 10.14 | 8.47 | 1.45 | - |
| YUV | 78.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 70 | 12 | 0 | 0.42 | 0.90 | 0.53 | 31.93 | 0.82 | 0.26 |
| Hex | 79 | 46 | C | 0 | 2A | 5A | 35 | 20 | 52 | 1A |
| Octal | 171 | 106 | 14 | 0 | 52 | 132 | 65 | 40 | 122 | 32 |
| Binary | 1111001 | 1000110 | 1100 | 0 | 101010 | 1011010 | 110101 | 100000 | 1010010 | 11010 |
Color Harmonies of #79460C
Complementary color
Monochromatic Colors of #79460C
Black with #79460C
Text Example
Text Example
White with #79460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79460C; }
p { color: rgb(121,70,12); }
H1.HeaderClassName
{
color: #79460C;
}
.AnyTagClassName
{
color: #79460C;
}
</style>
background-color css
<style>
a { background-color: #79460C; }
a { background-color: rgb(121,70,12); }
div.DivClassName
{
background-color: #79460C;
}
.BgClassName
{
background-color: #79460C;
}
</style>
border-color css
<style>
span { border-color: #79460C; }
span { border-color: rgb(121,70,12); }
td.TdClassName
{
border-color: #79460C;
}
.TagClassName
{
border-color: #79460C;
}
</style>