Shades of Raw Umber #7E4B04
Tints of Raw Umber #7E4B04
RGB
CMYK
RGB Variations
Color information
#7E4B04 (or 0x7E4B04) is known color: Raw Umber. HEX triplet: 7E, 4B and 04. RGB value is (126,75,4). Sum of RGB (Red+Green+Blue) = 126+75+4=205 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.46% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4B04 is #81B4FB. Grayscale: #525252. Windows color (decimal): -8500476 or 281470. OLE color: 281470.
HSL color Cylindrical-coordinate representation of color #7E4B04: hue angle of 34.92º 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 #7E4B04 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 75 | 4 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.51 |
| HSL | 34.92º | 0.94% | 0.25% | - |
| HSV(B) | 34.92º | 0.97% | 0.49% | - |
| XYZ | 11.14 | 9.48 | 1.36 | - |
| YUV | 82.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 75 | 4 | 0 | 0.40 | 0.97 | 0.51 | 34.92 | 0.94 | 0.25 |
| Hex | 7E | 4B | 4 | 0 | 28 | 61 | 33 | 23 | 5E | 19 |
| Octal | 176 | 113 | 4 | 0 | 50 | 141 | 63 | 43 | 136 | 31 |
| Binary | 1111110 | 1001011 | 100 | 0 | 101000 | 1100001 | 110011 | 100011 | 1011110 | 11001 |
Color Harmonies of #7E4B04
Complementary color
Monochromatic Colors of #7E4B04
Black with #7E4B04
Text Example
Text Example
White with #7E4B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4B04; }
p { color: rgb(126,75,4); }
H1.HeaderClassName
{
color: #7E4B04;
}
.AnyTagClassName
{
color: #7E4B04;
}
</style>
background-color css
<style>
a { background-color: #7E4B04; }
a { background-color: rgb(126,75,4); }
div.DivClassName
{
background-color: #7E4B04;
}
.BgClassName
{
background-color: #7E4B04;
}
</style>
border-color css
<style>
span { border-color: #7E4B04; }
span { border-color: rgb(126,75,4); }
td.TdClassName
{
border-color: #7E4B04;
}
.TagClassName
{
border-color: #7E4B04;
}
</style>