Shades of Raw Umber #7E5412
Tints of Raw Umber #7E5412
RGB
CMYK
RGB Variations
Color information
#7E5412 (or 0x7E5412) is known color: Raw Umber. HEX triplet: 7E, 54 and 12. RGB value is (126,84,18). Sum of RGB (Red+Green+Blue) = 126+84+18=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5412 is #81ABED. Grayscale: #595959. Windows color (decimal): -8498158 or 1201278. OLE color: 1201278.
HSL color Cylindrical-coordinate representation of color #7E5412: hue angle of 36.67º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E5412 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 84 | 18 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.51 |
| HSL | 36.67º | 0.75% | 0.28% | - |
| HSV(B) | 36.67º | 0.86% | 0.49% | - |
| XYZ | 11.88 | 10.82 | 2.03 | - |
| YUV | 89.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 84 | 18 | 0 | 0.33 | 0.86 | 0.51 | 36.67 | 0.75 | 0.28 |
| Hex | 7E | 54 | 12 | 0 | 21 | 56 | 33 | 25 | 4B | 1C |
| Octal | 176 | 124 | 22 | 0 | 41 | 126 | 63 | 45 | 113 | 34 |
| Binary | 1111110 | 1010100 | 10010 | 0 | 100001 | 1010110 | 110011 | 100101 | 1001011 | 11100 |
Color Harmonies of #7E5412
Complementary color
Monochromatic Colors of #7E5412
Black with #7E5412
Text Example
Text Example
White with #7E5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5412; }
p { color: rgb(126,84,18); }
H1.HeaderClassName
{
color: #7E5412;
}
.AnyTagClassName
{
color: #7E5412;
}
</style>
background-color css
<style>
a { background-color: #7E5412; }
a { background-color: rgb(126,84,18); }
div.DivClassName
{
background-color: #7E5412;
}
.BgClassName
{
background-color: #7E5412;
}
</style>
border-color css
<style>
span { border-color: #7E5412; }
span { border-color: rgb(126,84,18); }
td.TdClassName
{
border-color: #7E5412;
}
.TagClassName
{
border-color: #7E5412;
}
</style>