Shades of Raw Umber #7D4000
Tints of Raw Umber #7D4000
RGB
CMYK
RGB Variations
Color information
#7D4000 (or 0x7D4000) is known color: Raw Umber. HEX triplet: 7D, 40 and 00. RGB value is (125,64,0). Sum of RGB (Red+Green+Blue) = 125+64+0=189 (25% of max value = 765). Red value is 125 (49.22% from 255 or 66.14% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4000 is #82BFFF. Grayscale: #4B4B4B. Windows color (decimal): -8568832 or 16509. OLE color: 16509.
HSL color Cylindrical-coordinate representation of color #7D4000: hue angle of 30.72º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D4000 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.51 |
| HSL | 30.72º | 1% | 0.25% | - |
| HSV(B) | 30.72º | 1% | 0.49% | - |
| XYZ | 10.29 | 8.03 | 1.01 | - |
| YUV | 74.94 | 85.71 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 0 | 0 | 0.49 | 1 | 0.51 | 30.72 | 1 | 0.25 |
| Hex | 7D | 40 | 0 | 0 | 31 | 64 | 33 | 1F | 64 | 19 |
| Octal | 175 | 100 | 0 | 0 | 61 | 144 | 63 | 37 | 144 | 31 |
| Binary | 1111101 | 1000000 | 0 | 0 | 110001 | 1100100 | 110011 | 11111 | 1100100 | 11001 |
Color Harmonies of #7D4000
Complementary color
Monochromatic Colors of #7D4000
Black with #7D4000
Text Example
Text Example
White with #7D4000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4000; }
p { color: rgb(125,64,0); }
H1.HeaderClassName
{
color: #7D4000;
}
.AnyTagClassName
{
color: #7D4000;
}
</style>
background-color css
<style>
a { background-color: #7D4000; }
a { background-color: rgb(125,64,0); }
div.DivClassName
{
background-color: #7D4000;
}
.BgClassName
{
background-color: #7D4000;
}
</style>
border-color css
<style>
span { border-color: #7D4000; }
span { border-color: rgb(125,64,0); }
td.TdClassName
{
border-color: #7D4000;
}
.TagClassName
{
border-color: #7D4000;
}
</style>