Shades of Raw Umber #79521E
Tints of Raw Umber #79521E
RGB
CMYK
RGB Variations
Color information
#79521E (or 0x79521E) is known color: Raw Umber. HEX triplet: 79, 52 and 1E. RGB value is (121,82,30). Sum of RGB (Red+Green+Blue) = 121+82+30=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79521E is #86ADE1. Grayscale: #575757. Windows color (decimal): -8826338 or 1987193. OLE color: 1987193.
HSL color Cylindrical-coordinate representation of color #79521E: hue angle of 34.29º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #79521E is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 30 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.53 |
| HSL | 34.29º | 0.6% | 0.3% | - |
| HSV(B) | 34.29º | 0.75% | 0.47% | - |
| XYZ | 11.14 | 10.19 | 2.61 | - |
| YUV | 87.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 30 | 0 | 0.32 | 0.75 | 0.53 | 34.29 | 0.6 | 0.3 |
| Hex | 79 | 52 | 1E | 0 | 20 | 4B | 35 | 22 | 3C | 1E |
| Octal | 171 | 122 | 36 | 0 | 40 | 113 | 65 | 42 | 74 | 36 |
| Binary | 1111001 | 1010010 | 11110 | 0 | 100000 | 1001011 | 110101 | 100010 | 111100 | 11110 |
Color Harmonies of #79521E
Complementary color
Monochromatic Colors of #79521E
Black with #79521E
Text Example
Text Example
White with #79521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79521E; }
p { color: rgb(121,82,30); }
H1.HeaderClassName
{
color: #79521E;
}
.AnyTagClassName
{
color: #79521E;
}
</style>
background-color css
<style>
a { background-color: #79521E; }
a { background-color: rgb(121,82,30); }
div.DivClassName
{
background-color: #79521E;
}
.BgClassName
{
background-color: #79521E;
}
</style>
border-color css
<style>
span { border-color: #79521E; }
span { border-color: rgb(121,82,30); }
td.TdClassName
{
border-color: #79521E;
}
.TagClassName
{
border-color: #79521E;
}
</style>