Shades of Raw Umber #7D4F11
Tints of Raw Umber #7D4F11
RGB
CMYK
RGB Variations
Color information
#7D4F11 (or 0x7D4F11) is known color: Raw Umber. HEX triplet: 7D, 4F and 11. RGB value is (125,79,17). Sum of RGB (Red+Green+Blue) = 125+79+17=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D4F11 is #82B0EE. Grayscale: #555555. Windows color (decimal): -8564975 or 1134461. OLE color: 1134461.
HSL color Cylindrical-coordinate representation of color #7D4F11: hue angle of 34.44º 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 #7D4F11 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 79 | 17 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.51 |
| HSL | 34.44º | 0.76% | 0.28% | - |
| HSV(B) | 34.44º | 0.86% | 0.49% | - |
| XYZ | 11.35 | 9.99 | 1.86 | - |
| YUV | 85.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 17 | 0 | 0.37 | 0.86 | 0.51 | 34.44 | 0.76 | 0.28 |
| Hex | 7D | 4F | 11 | 0 | 25 | 56 | 33 | 22 | 4C | 1C |
| Octal | 175 | 117 | 21 | 0 | 45 | 126 | 63 | 42 | 114 | 34 |
| Binary | 1111101 | 1001111 | 10001 | 0 | 100101 | 1010110 | 110011 | 100010 | 1001100 | 11100 |
Color Harmonies of #7D4F11
Complementary color
Monochromatic Colors of #7D4F11
Black with #7D4F11
Text Example
Text Example
White with #7D4F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4F11; }
p { color: rgb(125,79,17); }
H1.HeaderClassName
{
color: #7D4F11;
}
.AnyTagClassName
{
color: #7D4F11;
}
</style>
background-color css
<style>
a { background-color: #7D4F11; }
a { background-color: rgb(125,79,17); }
div.DivClassName
{
background-color: #7D4F11;
}
.BgClassName
{
background-color: #7D4F11;
}
</style>
border-color css
<style>
span { border-color: #7D4F11; }
span { border-color: rgb(125,79,17); }
td.TdClassName
{
border-color: #7D4F11;
}
.TagClassName
{
border-color: #7D4F11;
}
</style>