Shades of Raw Umber #79521A
Tints of Raw Umber #79521A
RGB
CMYK
RGB Variations
Color information
#79521A (or 0x79521A) is known color: Raw Umber. HEX triplet: 79, 52 and 1A. RGB value is (121,82,26). Sum of RGB (Red+Green+Blue) = 121+82+26=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #79521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79521A is #86ADE5. Grayscale: #575757. Windows color (decimal): -8826342 or 1725049. OLE color: 1725049.
HSL color Cylindrical-coordinate representation of color #79521A: hue angle of 35.37º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79521A is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 26 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.53 |
| HSL | 35.37º | 0.65% | 0.29% | - |
| HSV(B) | 35.37º | 0.79% | 0.47% | - |
| XYZ | 11.09 | 10.17 | 2.36 | - |
| YUV | 87.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 26 | 0 | 0.32 | 0.79 | 0.53 | 35.37 | 0.65 | 0.29 |
| Hex | 79 | 52 | 1A | 0 | 20 | 4F | 35 | 23 | 41 | 1D |
| Octal | 171 | 122 | 32 | 0 | 40 | 117 | 65 | 43 | 101 | 35 |
| Binary | 1111001 | 1010010 | 11010 | 0 | 100000 | 1001111 | 110101 | 100011 | 1000001 | 11101 |
Color Harmonies of #79521A
Complementary color
Monochromatic Colors of #79521A
Black with #79521A
Text Example
Text Example
White with #79521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79521A; }
p { color: rgb(121,82,26); }
H1.HeaderClassName
{
color: #79521A;
}
.AnyTagClassName
{
color: #79521A;
}
</style>
background-color css
<style>
a { background-color: #79521A; }
a { background-color: rgb(121,82,26); }
div.DivClassName
{
background-color: #79521A;
}
.BgClassName
{
background-color: #79521A;
}
</style>
border-color css
<style>
span { border-color: #79521A; }
span { border-color: rgb(121,82,26); }
td.TdClassName
{
border-color: #79521A;
}
.TagClassName
{
border-color: #79521A;
}
</style>