Shades of Raw Umber #79521D
Tints of Raw Umber #79521D
RGB
CMYK
RGB Variations
Color information
#79521D (or 0x79521D) is known color: Raw Umber. HEX triplet: 79, 52 and 1D. RGB value is (121,82,29). Sum of RGB (Red+Green+Blue) = 121+82+29=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79521D is #86ADE2. Grayscale: #575757. Windows color (decimal): -8826339 or 1921657. OLE color: 1921657.
HSL color Cylindrical-coordinate representation of color #79521D: hue angle of 34.57º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79521D is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 29 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.53 |
| HSL | 34.57º | 0.61% | 0.29% | - |
| HSV(B) | 34.57º | 0.76% | 0.47% | - |
| XYZ | 11.12 | 10.19 | 2.54 | - |
| YUV | 87.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 29 | 0 | 0.32 | 0.76 | 0.53 | 34.57 | 0.61 | 0.29 |
| Hex | 79 | 52 | 1D | 0 | 20 | 4C | 35 | 23 | 3D | 1D |
| Octal | 171 | 122 | 35 | 0 | 40 | 114 | 65 | 43 | 75 | 35 |
| Binary | 1111001 | 1010010 | 11101 | 0 | 100000 | 1001100 | 110101 | 100011 | 111101 | 11101 |
Color Harmonies of #79521D
Complementary color
Monochromatic Colors of #79521D
Black with #79521D
Text Example
Text Example
White with #79521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79521D; }
p { color: rgb(121,82,29); }
H1.HeaderClassName
{
color: #79521D;
}
.AnyTagClassName
{
color: #79521D;
}
</style>
background-color css
<style>
a { background-color: #79521D; }
a { background-color: rgb(121,82,29); }
div.DivClassName
{
background-color: #79521D;
}
.BgClassName
{
background-color: #79521D;
}
</style>
border-color css
<style>
span { border-color: #79521D; }
span { border-color: rgb(121,82,29); }
td.TdClassName
{
border-color: #79521D;
}
.TagClassName
{
border-color: #79521D;
}
</style>