Shades of Raw Umber #7D4605
Tints of Raw Umber #7D4605
RGB
CMYK
RGB Variations
Color information
#7D4605 (or 0x7D4605) is known color: Raw Umber. HEX triplet: 7D, 46 and 05. RGB value is (125,70,5). Sum of RGB (Red+Green+Blue) = 125+70+5=200 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4605 is #82B9FA. Grayscale: #4F4F4F. Windows color (decimal): -8567291 or 345725. OLE color: 345725.
HSL color Cylindrical-coordinate representation of color #7D4605: hue angle of 32.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D4605 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 70 | 5 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.51 |
| HSL | 32.5º | 0.92% | 0.25% | - |
| HSV(B) | 32.5º | 0.96% | 0.49% | - |
| XYZ | 10.68 | 8.75 | 1.27 | - |
| YUV | 79.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 70 | 5 | 0 | 0.44 | 0.96 | 0.51 | 32.5 | 0.92 | 0.25 |
| Hex | 7D | 46 | 5 | 0 | 2C | 60 | 33 | 20 | 5C | 19 |
| Octal | 175 | 106 | 5 | 0 | 54 | 140 | 63 | 40 | 134 | 31 |
| Binary | 1111101 | 1000110 | 101 | 0 | 101100 | 1100000 | 110011 | 100000 | 1011100 | 11001 |
Color Harmonies of #7D4605
Complementary color
Monochromatic Colors of #7D4605
Black with #7D4605
Text Example
Text Example
White with #7D4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4605; }
p { color: rgb(125,70,5); }
H1.HeaderClassName
{
color: #7D4605;
}
.AnyTagClassName
{
color: #7D4605;
}
</style>
background-color css
<style>
a { background-color: #7D4605; }
a { background-color: rgb(125,70,5); }
div.DivClassName
{
background-color: #7D4605;
}
.BgClassName
{
background-color: #7D4605;
}
</style>
border-color css
<style>
span { border-color: #7D4605; }
span { border-color: rgb(125,70,5); }
td.TdClassName
{
border-color: #7D4605;
}
.TagClassName
{
border-color: #7D4605;
}
</style>