Shades of Raw Umber #7D4406
Tints of Raw Umber #7D4406
RGB
CMYK
RGB Variations
Color information
#7D4406 (or 0x7D4406) is known color: Raw Umber. HEX triplet: 7D, 44 and 06. RGB value is (125,68,6). Sum of RGB (Red+Green+Blue) = 125+68+6=199 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.81% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4406 is #82BBF9. Grayscale: #4E4E4E. Windows color (decimal): -8567802 or 410749. OLE color: 410749.
HSL color Cylindrical-coordinate representation of color #7D4406: hue angle of 31.26º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D4406 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 68 | 6 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.51 |
| HSL | 31.26º | 0.91% | 0.26% | - |
| HSV(B) | 31.26º | 0.95% | 0.49% | - |
| XYZ | 10.56 | 8.51 | 1.26 | - |
| YUV | 77.98 | 87.38 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 68 | 6 | 0 | 0.46 | 0.95 | 0.51 | 31.26 | 0.91 | 0.26 |
| Hex | 7D | 44 | 6 | 0 | 2E | 5F | 33 | 1F | 5B | 1A |
| Octal | 175 | 104 | 6 | 0 | 56 | 137 | 63 | 37 | 133 | 32 |
| Binary | 1111101 | 1000100 | 110 | 0 | 101110 | 1011111 | 110011 | 11111 | 1011011 | 11010 |
Color Harmonies of #7D4406
Complementary color
Monochromatic Colors of #7D4406
Black with #7D4406
Text Example
Text Example
White with #7D4406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4406; }
p { color: rgb(125,68,6); }
H1.HeaderClassName
{
color: #7D4406;
}
.AnyTagClassName
{
color: #7D4406;
}
</style>
background-color css
<style>
a { background-color: #7D4406; }
a { background-color: rgb(125,68,6); }
div.DivClassName
{
background-color: #7D4406;
}
.BgClassName
{
background-color: #7D4406;
}
</style>
border-color css
<style>
span { border-color: #7D4406; }
span { border-color: rgb(125,68,6); }
td.TdClassName
{
border-color: #7D4406;
}
.TagClassName
{
border-color: #7D4406;
}
</style>