Shades of Raw Umber #7E5004
Tints of Raw Umber #7E5004
RGB
CMYK
RGB Variations
Color information
#7E5004 (or 0x7E5004) is known color: Raw Umber. HEX triplet: 7E, 50 and 04. RGB value is (126,80,4). Sum of RGB (Red+Green+Blue) = 126+80+4=210 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5004 is #81AFFB. Grayscale: #555555. Windows color (decimal): -8499196 or 282750. OLE color: 282750.
HSL color Cylindrical-coordinate representation of color #7E5004: hue angle of 37.38º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E5004 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 4 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.51 |
| HSL | 37.38º | 0.94% | 0.25% | - |
| HSV(B) | 37.38º | 0.97% | 0.49% | - |
| XYZ | 11.49 | 10.18 | 1.47 | - |
| YUV | 85.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 4 | 0 | 0.37 | 0.97 | 0.51 | 37.38 | 0.94 | 0.25 |
| Hex | 7E | 50 | 4 | 0 | 25 | 61 | 33 | 25 | 5E | 19 |
| Octal | 176 | 120 | 4 | 0 | 45 | 141 | 63 | 45 | 136 | 31 |
| Binary | 1111110 | 1010000 | 100 | 0 | 100101 | 1100001 | 110011 | 100101 | 1011110 | 11001 |
Color Harmonies of #7E5004
Complementary color
Monochromatic Colors of #7E5004
Black with #7E5004
Text Example
Text Example
White with #7E5004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5004; }
p { color: rgb(126,80,4); }
H1.HeaderClassName
{
color: #7E5004;
}
.AnyTagClassName
{
color: #7E5004;
}
</style>
background-color css
<style>
a { background-color: #7E5004; }
a { background-color: rgb(126,80,4); }
div.DivClassName
{
background-color: #7E5004;
}
.BgClassName
{
background-color: #7E5004;
}
</style>
border-color css
<style>
span { border-color: #7E5004; }
span { border-color: rgb(126,80,4); }
td.TdClassName
{
border-color: #7E5004;
}
.TagClassName
{
border-color: #7E5004;
}
</style>