Shades of Raw Umber #7E5A14
Tints of Raw Umber #7E5A14
RGB
CMYK
RGB Variations
Color information
#7E5A14 (or 0x7E5A14) is known color: Raw Umber. HEX triplet: 7E, 5A and 14. RGB value is (126,90,20). Sum of RGB (Red+Green+Blue) = 126+90+20=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5A14 is #81A5EB. Grayscale: #5D5D5D. Windows color (decimal): -8496620 or 1333886. OLE color: 1333886.
HSL color Cylindrical-coordinate representation of color #7E5A14: hue angle of 39.62º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E5A14 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 90 | 20 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.51 |
| HSL | 39.62º | 0.73% | 0.29% | - |
| HSV(B) | 39.62º | 0.84% | 0.49% | - |
| XYZ | 12.39 | 11.8 | 2.29 | - |
| YUV | 92.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 20 | 0 | 0.29 | 0.84 | 0.51 | 39.62 | 0.73 | 0.29 |
| Hex | 7E | 5A | 14 | 0 | 1D | 54 | 33 | 28 | 49 | 1D |
| Octal | 176 | 132 | 24 | 0 | 35 | 124 | 63 | 50 | 111 | 35 |
| Binary | 1111110 | 1011010 | 10100 | 0 | 11101 | 1010100 | 110011 | 101000 | 1001001 | 11101 |
Color Harmonies of #7E5A14
Complementary color
Monochromatic Colors of #7E5A14
Black with #7E5A14
Text Example
Text Example
White with #7E5A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5A14; }
p { color: rgb(126,90,20); }
H1.HeaderClassName
{
color: #7E5A14;
}
.AnyTagClassName
{
color: #7E5A14;
}
</style>
background-color css
<style>
a { background-color: #7E5A14; }
a { background-color: rgb(126,90,20); }
div.DivClassName
{
background-color: #7E5A14;
}
.BgClassName
{
background-color: #7E5A14;
}
</style>
border-color css
<style>
span { border-color: #7E5A14; }
span { border-color: rgb(126,90,20); }
td.TdClassName
{
border-color: #7E5A14;
}
.TagClassName
{
border-color: #7E5A14;
}
</style>