Shades of Raw Umber #79510C
Tints of Raw Umber #79510C
RGB
CMYK
RGB Variations
Color information
#79510C (or 0x79510C) is known color: Raw Umber. HEX triplet: 79, 51 and 0C. RGB value is (121,81,12). Sum of RGB (Red+Green+Blue) = 121+81+12=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #79510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79510C is #86AEF3. Grayscale: #555555. Windows color (decimal): -8826612 or 807289. OLE color: 807289.
HSL color Cylindrical-coordinate representation of color #79510C: hue angle of 37.98º 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 #79510C is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 12 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.53 |
| HSL | 37.98º | 0.82% | 0.26% | - |
| HSV(B) | 37.98º | 0.9% | 0.47% | - |
| XYZ | 10.89 | 9.98 | 1.7 | - |
| YUV | 85.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 12 | 0 | 0.33 | 0.90 | 0.53 | 37.98 | 0.82 | 0.26 |
| Hex | 79 | 51 | C | 0 | 21 | 5A | 35 | 26 | 52 | 1A |
| Octal | 171 | 121 | 14 | 0 | 41 | 132 | 65 | 46 | 122 | 32 |
| Binary | 1111001 | 1010001 | 1100 | 0 | 100001 | 1011010 | 110101 | 100110 | 1010010 | 11010 |
Color Harmonies of #79510C
Complementary color
Monochromatic Colors of #79510C
Black with #79510C
Text Example
Text Example
White with #79510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79510C; }
p { color: rgb(121,81,12); }
H1.HeaderClassName
{
color: #79510C;
}
.AnyTagClassName
{
color: #79510C;
}
</style>
background-color css
<style>
a { background-color: #79510C; }
a { background-color: rgb(121,81,12); }
div.DivClassName
{
background-color: #79510C;
}
.BgClassName
{
background-color: #79510C;
}
</style>
border-color css
<style>
span { border-color: #79510C; }
span { border-color: rgb(121,81,12); }
td.TdClassName
{
border-color: #79510C;
}
.TagClassName
{
border-color: #79510C;
}
</style>