Shades of Raw Umber #7D4A11
Tints of Raw Umber #7D4A11
RGB
CMYK
RGB Variations
Color information
#7D4A11 (or 0x7D4A11) is known color: Raw Umber. HEX triplet: 7D, 4A and 11. RGB value is (125,74,17). Sum of RGB (Red+Green+Blue) = 125+74+17=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4A11 is #82B5EE. Grayscale: #535353. Windows color (decimal): -8566255 or 1133181. OLE color: 1133181.
HSL color Cylindrical-coordinate representation of color #7D4A11: hue angle of 31.67º 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 #7D4A11 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 74 | 17 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.51 |
| HSL | 31.67º | 0.76% | 0.28% | - |
| HSV(B) | 31.67º | 0.86% | 0.49% | - |
| XYZ | 11.01 | 9.3 | 1.74 | - |
| YUV | 82.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 74 | 17 | 0 | 0.41 | 0.86 | 0.51 | 31.67 | 0.76 | 0.28 |
| Hex | 7D | 4A | 11 | 0 | 29 | 56 | 33 | 20 | 4C | 1C |
| Octal | 175 | 112 | 21 | 0 | 51 | 126 | 63 | 40 | 114 | 34 |
| Binary | 1111101 | 1001010 | 10001 | 0 | 101001 | 1010110 | 110011 | 100000 | 1001100 | 11100 |
Color Harmonies of #7D4A11
Complementary color
Monochromatic Colors of #7D4A11
Black with #7D4A11
Text Example
Text Example
White with #7D4A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4A11; }
p { color: rgb(125,74,17); }
H1.HeaderClassName
{
color: #7D4A11;
}
.AnyTagClassName
{
color: #7D4A11;
}
</style>
background-color css
<style>
a { background-color: #7D4A11; }
a { background-color: rgb(125,74,17); }
div.DivClassName
{
background-color: #7D4A11;
}
.BgClassName
{
background-color: #7D4A11;
}
</style>
border-color css
<style>
span { border-color: #7D4A11; }
span { border-color: rgb(125,74,17); }
td.TdClassName
{
border-color: #7D4A11;
}
.TagClassName
{
border-color: #7D4A11;
}
</style>