Shades of Raw Umber #79520E
Tints of Raw Umber #79520E
RGB
CMYK
RGB Variations
Color information
#79520E (or 0x79520E) is known color: Raw Umber. HEX triplet: 79, 52 and 0E. RGB value is (121,82,14). Sum of RGB (Red+Green+Blue) = 121+82+14=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #79520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79520E is #86ADF1. Grayscale: #565656. Windows color (decimal): -8826354 or 938617. OLE color: 938617.
HSL color Cylindrical-coordinate representation of color #79520E: hue angle of 38.13º 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 #79520E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 14 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.53 |
| HSL | 38.13º | 0.79% | 0.26% | - |
| HSV(B) | 38.13º | 0.88% | 0.47% | - |
| XYZ | 10.98 | 10.13 | 1.79 | - |
| YUV | 85.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 14 | 0 | 0.32 | 0.88 | 0.53 | 38.13 | 0.79 | 0.26 |
| Hex | 79 | 52 | E | 0 | 20 | 58 | 35 | 26 | 4F | 1A |
| Octal | 171 | 122 | 16 | 0 | 40 | 130 | 65 | 46 | 117 | 32 |
| Binary | 1111001 | 1010010 | 1110 | 0 | 100000 | 1011000 | 110101 | 100110 | 1001111 | 11010 |
Color Harmonies of #79520E
Complementary color
Monochromatic Colors of #79520E
Black with #79520E
Text Example
Text Example
White with #79520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79520E; }
p { color: rgb(121,82,14); }
H1.HeaderClassName
{
color: #79520E;
}
.AnyTagClassName
{
color: #79520E;
}
</style>
background-color css
<style>
a { background-color: #79520E; }
a { background-color: rgb(121,82,14); }
div.DivClassName
{
background-color: #79520E;
}
.BgClassName
{
background-color: #79520E;
}
</style>
border-color css
<style>
span { border-color: #79520E; }
span { border-color: rgb(121,82,14); }
td.TdClassName
{
border-color: #79520E;
}
.TagClassName
{
border-color: #79520E;
}
</style>