Shades of Raw Umber #7E5612
Tints of Raw Umber #7E5612
RGB
CMYK
RGB Variations
Color information
#7E5612 (or 0x7E5612) is known color: Raw Umber. HEX triplet: 7E, 56 and 12. RGB value is (126,86,18). Sum of RGB (Red+Green+Blue) = 126+86+18=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5612 is #81A9ED. Grayscale: #5A5A5A. Windows color (decimal): -8497646 or 1201790. OLE color: 1201790.
HSL color Cylindrical-coordinate representation of color #7E5612: hue angle of 37.78º 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 #7E5612 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 18 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.51 |
| HSL | 37.78º | 0.75% | 0.28% | - |
| HSV(B) | 37.78º | 0.86% | 0.49% | - |
| XYZ | 12.04 | 11.13 | 2.09 | - |
| YUV | 90.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 18 | 0 | 0.32 | 0.86 | 0.51 | 37.78 | 0.75 | 0.28 |
| Hex | 7E | 56 | 12 | 0 | 20 | 56 | 33 | 26 | 4B | 1C |
| Octal | 176 | 126 | 22 | 0 | 40 | 126 | 63 | 46 | 113 | 34 |
| Binary | 1111110 | 1010110 | 10010 | 0 | 100000 | 1010110 | 110011 | 100110 | 1001011 | 11100 |
Color Harmonies of #7E5612
Complementary color
Monochromatic Colors of #7E5612
Black with #7E5612
Text Example
Text Example
White with #7E5612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5612; }
p { color: rgb(126,86,18); }
H1.HeaderClassName
{
color: #7E5612;
}
.AnyTagClassName
{
color: #7E5612;
}
</style>
background-color css
<style>
a { background-color: #7E5612; }
a { background-color: rgb(126,86,18); }
div.DivClassName
{
background-color: #7E5612;
}
.BgClassName
{
background-color: #7E5612;
}
</style>
border-color css
<style>
span { border-color: #7E5612; }
span { border-color: rgb(126,86,18); }
td.TdClassName
{
border-color: #7E5612;
}
.TagClassName
{
border-color: #7E5612;
}
</style>