Shades of Raw Umber #79520C
Tints of Raw Umber #79520C
RGB
CMYK
RGB Variations
Color information
#79520C (or 0x79520C) is known color: Raw Umber. HEX triplet: 79, 52 and 0C. RGB value is (121,82,12). Sum of RGB (Red+Green+Blue) = 121+82+12=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79520C is #86ADF3. Grayscale: #555555. Windows color (decimal): -8826356 or 807545. OLE color: 807545.
HSL color Cylindrical-coordinate representation of color #79520C: hue angle of 38.53º 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 #79520C is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 12 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.53 |
| HSL | 38.53º | 0.82% | 0.26% | - |
| HSV(B) | 38.53º | 0.9% | 0.47% | - |
| XYZ | 10.97 | 10.13 | 1.72 | - |
| YUV | 85.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 12 | 0 | 0.32 | 0.90 | 0.53 | 38.53 | 0.82 | 0.26 |
| Hex | 79 | 52 | C | 0 | 20 | 5A | 35 | 27 | 52 | 1A |
| Octal | 171 | 122 | 14 | 0 | 40 | 132 | 65 | 47 | 122 | 32 |
| Binary | 1111001 | 1010010 | 1100 | 0 | 100000 | 1011010 | 110101 | 100111 | 1010010 | 11010 |
Color Harmonies of #79520C
Complementary color
Monochromatic Colors of #79520C
Black with #79520C
Text Example
Text Example
White with #79520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79520C; }
p { color: rgb(121,82,12); }
H1.HeaderClassName
{
color: #79520C;
}
.AnyTagClassName
{
color: #79520C;
}
</style>
background-color css
<style>
a { background-color: #79520C; }
a { background-color: rgb(121,82,12); }
div.DivClassName
{
background-color: #79520C;
}
.BgClassName
{
background-color: #79520C;
}
</style>
border-color css
<style>
span { border-color: #79520C; }
span { border-color: rgb(121,82,12); }
td.TdClassName
{
border-color: #79520C;
}
.TagClassName
{
border-color: #79520C;
}
</style>