Shades of Raw Umber #79500E
Tints of Raw Umber #79500E
RGB
CMYK
RGB Variations
Color information
#79500E (or 0x79500E) is known color: Raw Umber. HEX triplet: 79, 50 and 0E. RGB value is (121,80,14). Sum of RGB (Red+Green+Blue) = 121+80+14=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79500E is #86AFF1. Grayscale: #555555. Windows color (decimal): -8826866 or 938105. OLE color: 938105.
HSL color Cylindrical-coordinate representation of color #79500E: hue angle of 37.01º 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 #79500E is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 80 | 14 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.53 |
| HSL | 37.01º | 0.79% | 0.26% | - |
| HSV(B) | 37.01º | 0.88% | 0.47% | - |
| XYZ | 10.83 | 9.83 | 1.74 | - |
| YUV | 84.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 80 | 14 | 0 | 0.34 | 0.88 | 0.53 | 37.01 | 0.79 | 0.26 |
| Hex | 79 | 50 | E | 0 | 22 | 58 | 35 | 25 | 4F | 1A |
| Octal | 171 | 120 | 16 | 0 | 42 | 130 | 65 | 45 | 117 | 32 |
| Binary | 1111001 | 1010000 | 1110 | 0 | 100010 | 1011000 | 110101 | 100101 | 1001111 | 11010 |
Color Harmonies of #79500E
Complementary color
Monochromatic Colors of #79500E
Black with #79500E
Text Example
Text Example
White with #79500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79500E; }
p { color: rgb(121,80,14); }
H1.HeaderClassName
{
color: #79500E;
}
.AnyTagClassName
{
color: #79500E;
}
</style>
background-color css
<style>
a { background-color: #79500E; }
a { background-color: rgb(121,80,14); }
div.DivClassName
{
background-color: #79500E;
}
.BgClassName
{
background-color: #79500E;
}
</style>
border-color css
<style>
span { border-color: #79500E; }
span { border-color: rgb(121,80,14); }
td.TdClassName
{
border-color: #79500E;
}
.TagClassName
{
border-color: #79500E;
}
</style>