Shades of Raw Umber #79520D
Tints of Raw Umber #79520D
RGB
CMYK
RGB Variations
Color information
#79520D (or 0x79520D) is known color: Raw Umber. HEX triplet: 79, 52 and 0D. RGB value is (121,82,13). Sum of RGB (Red+Green+Blue) = 121+82+13=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #79520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79520D is #86ADF2. Grayscale: #565656. Windows color (decimal): -8826355 or 873081. OLE color: 873081.
HSL color Cylindrical-coordinate representation of color #79520D: hue angle of 38.33º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79520D is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 13 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.53 |
| HSL | 38.33º | 0.81% | 0.26% | - |
| HSV(B) | 38.33º | 0.89% | 0.47% | - |
| XYZ | 10.98 | 10.13 | 1.76 | - |
| YUV | 85.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 13 | 0 | 0.32 | 0.89 | 0.53 | 38.33 | 0.81 | 0.26 |
| Hex | 79 | 52 | D | 0 | 20 | 59 | 35 | 26 | 51 | 1A |
| Octal | 171 | 122 | 15 | 0 | 40 | 131 | 65 | 46 | 121 | 32 |
| Binary | 1111001 | 1010010 | 1101 | 0 | 100000 | 1011001 | 110101 | 100110 | 1010001 | 11010 |
Color Harmonies of #79520D
Complementary color
Monochromatic Colors of #79520D
Black with #79520D
Text Example
Text Example
White with #79520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79520D; }
p { color: rgb(121,82,13); }
H1.HeaderClassName
{
color: #79520D;
}
.AnyTagClassName
{
color: #79520D;
}
</style>
background-color css
<style>
a { background-color: #79520D; }
a { background-color: rgb(121,82,13); }
div.DivClassName
{
background-color: #79520D;
}
.BgClassName
{
background-color: #79520D;
}
</style>
border-color css
<style>
span { border-color: #79520D; }
span { border-color: rgb(121,82,13); }
td.TdClassName
{
border-color: #79520D;
}
.TagClassName
{
border-color: #79520D;
}
</style>