Shades of Raw Umber #7D4911
Tints of Raw Umber #7D4911
RGB
CMYK
RGB Variations
Color information
#7D4911 (or 0x7D4911) is known color: Raw Umber. HEX triplet: 7D, 49 and 11. RGB value is (125,73,17). Sum of RGB (Red+Green+Blue) = 125+73+17=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4911 is #82B6EE. Grayscale: #525252. Windows color (decimal): -8566511 or 1132925. OLE color: 1132925.
HSL color Cylindrical-coordinate representation of color #7D4911: hue angle of 31.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D4911 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 73 | 17 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.51 |
| HSL | 31.11º | 0.76% | 0.28% | - |
| HSV(B) | 31.11º | 0.86% | 0.49% | - |
| XYZ | 10.94 | 9.17 | 1.72 | - |
| YUV | 82.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 17 | 0 | 0.42 | 0.86 | 0.51 | 31.11 | 0.76 | 0.28 |
| Hex | 7D | 49 | 11 | 0 | 2A | 56 | 33 | 1F | 4C | 1C |
| Octal | 175 | 111 | 21 | 0 | 52 | 126 | 63 | 37 | 114 | 34 |
| Binary | 1111101 | 1001001 | 10001 | 0 | 101010 | 1010110 | 110011 | 11111 | 1001100 | 11100 |
Color Harmonies of #7D4911
Complementary color
Monochromatic Colors of #7D4911
Black with #7D4911
Text Example
Text Example
White with #7D4911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4911; }
p { color: rgb(125,73,17); }
H1.HeaderClassName
{
color: #7D4911;
}
.AnyTagClassName
{
color: #7D4911;
}
</style>
background-color css
<style>
a { background-color: #7D4911; }
a { background-color: rgb(125,73,17); }
div.DivClassName
{
background-color: #7D4911;
}
.BgClassName
{
background-color: #7D4911;
}
</style>
border-color css
<style>
span { border-color: #7D4911; }
span { border-color: rgb(125,73,17); }
td.TdClassName
{
border-color: #7D4911;
}
.TagClassName
{
border-color: #7D4911;
}
</style>