Shades of Raw Umber #7D5211
Tints of Raw Umber #7D5211
RGB
CMYK
RGB Variations
Color information
#7D5211 (or 0x7D5211) is known color: Raw Umber. HEX triplet: 7D, 52 and 11. RGB value is (125,82,17). Sum of RGB (Red+Green+Blue) = 125+82+17=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5211 is #82ADEE. Grayscale: #575757. Windows color (decimal): -8564207 or 1135229. OLE color: 1135229.
HSL color Cylindrical-coordinate representation of color #7D5211: hue angle of 36.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 #7D5211 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 82 | 17 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.51 |
| HSL | 36.11º | 0.76% | 0.28% | - |
| HSV(B) | 36.11º | 0.86% | 0.49% | - |
| XYZ | 11.58 | 10.44 | 1.93 | - |
| YUV | 87.45 | 88.25 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 82 | 17 | 0 | 0.34 | 0.86 | 0.51 | 36.11 | 0.76 | 0.28 |
| Hex | 7D | 52 | 11 | 0 | 22 | 56 | 33 | 24 | 4C | 1C |
| Octal | 175 | 122 | 21 | 0 | 42 | 126 | 63 | 44 | 114 | 34 |
| Binary | 1111101 | 1010010 | 10001 | 0 | 100010 | 1010110 | 110011 | 100100 | 1001100 | 11100 |
Color Harmonies of #7D5211
Complementary color
Monochromatic Colors of #7D5211
Black with #7D5211
Text Example
Text Example
White with #7D5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5211; }
p { color: rgb(125,82,17); }
H1.HeaderClassName
{
color: #7D5211;
}
.AnyTagClassName
{
color: #7D5211;
}
</style>
background-color css
<style>
a { background-color: #7D5211; }
a { background-color: rgb(125,82,17); }
div.DivClassName
{
background-color: #7D5211;
}
.BgClassName
{
background-color: #7D5211;
}
</style>
border-color css
<style>
span { border-color: #7D5211; }
span { border-color: rgb(125,82,17); }
td.TdClassName
{
border-color: #7D5211;
}
.TagClassName
{
border-color: #7D5211;
}
</style>