Shades of Raw Umber #79510D
Tints of Raw Umber #79510D
RGB
CMYK
RGB Variations
Color information
#79510D (or 0x79510D) is known color: Raw Umber. HEX triplet: 79, 51 and 0D. RGB value is (121,81,13). Sum of RGB (Red+Green+Blue) = 121+81+13=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79510D is #86AEF2. Grayscale: #555555. Windows color (decimal): -8826611 or 872825. OLE color: 872825.
HSL color Cylindrical-coordinate representation of color #79510D: hue angle of 37.78º 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 #79510D is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 81 | 13 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.53 |
| HSL | 37.78º | 0.81% | 0.26% | - |
| HSV(B) | 37.78º | 0.89% | 0.47% | - |
| XYZ | 10.9 | 9.98 | 1.73 | - |
| YUV | 85.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 13 | 0 | 0.33 | 0.89 | 0.53 | 37.78 | 0.81 | 0.26 |
| Hex | 79 | 51 | D | 0 | 21 | 59 | 35 | 26 | 51 | 1A |
| Octal | 171 | 121 | 15 | 0 | 41 | 131 | 65 | 46 | 121 | 32 |
| Binary | 1111001 | 1010001 | 1101 | 0 | 100001 | 1011001 | 110101 | 100110 | 1010001 | 11010 |
Color Harmonies of #79510D
Complementary color
Monochromatic Colors of #79510D
Black with #79510D
Text Example
Text Example
White with #79510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79510D; }
p { color: rgb(121,81,13); }
H1.HeaderClassName
{
color: #79510D;
}
.AnyTagClassName
{
color: #79510D;
}
</style>
background-color css
<style>
a { background-color: #79510D; }
a { background-color: rgb(121,81,13); }
div.DivClassName
{
background-color: #79510D;
}
.BgClassName
{
background-color: #79510D;
}
</style>
border-color css
<style>
span { border-color: #79510D; }
span { border-color: rgb(121,81,13); }
td.TdClassName
{
border-color: #79510D;
}
.TagClassName
{
border-color: #79510D;
}
</style>