Shades of Raw Umber #7E5812
Tints of Raw Umber #7E5812
RGB
CMYK
RGB Variations
Color information
#7E5812 (or 0x7E5812) is known color: Raw Umber. HEX triplet: 7E, 58 and 12. RGB value is (126,88,18). Sum of RGB (Red+Green+Blue) = 126+88+18=232 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.31% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5812 is #81A7ED. Grayscale: #5B5B5B. Windows color (decimal): -8497134 or 1202302. OLE color: 1202302.
HSL color Cylindrical-coordinate representation of color #7E5812: hue angle of 38.89º 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 #7E5812 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 88 | 18 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.51 |
| HSL | 38.89º | 0.75% | 0.28% | - |
| HSV(B) | 38.89º | 0.86% | 0.49% | - |
| XYZ | 12.2 | 11.46 | 2.14 | - |
| YUV | 91.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 18 | 0 | 0.30 | 0.86 | 0.51 | 38.89 | 0.75 | 0.28 |
| Hex | 7E | 58 | 12 | 0 | 1E | 56 | 33 | 27 | 4B | 1C |
| Octal | 176 | 130 | 22 | 0 | 36 | 126 | 63 | 47 | 113 | 34 |
| Binary | 1111110 | 1011000 | 10010 | 0 | 11110 | 1010110 | 110011 | 100111 | 1001011 | 11100 |
Color Harmonies of #7E5812
Complementary color
Monochromatic Colors of #7E5812
Black with #7E5812
Text Example
Text Example
White with #7E5812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5812; }
p { color: rgb(126,88,18); }
H1.HeaderClassName
{
color: #7E5812;
}
.AnyTagClassName
{
color: #7E5812;
}
</style>
background-color css
<style>
a { background-color: #7E5812; }
a { background-color: rgb(126,88,18); }
div.DivClassName
{
background-color: #7E5812;
}
.BgClassName
{
background-color: #7E5812;
}
</style>
border-color css
<style>
span { border-color: #7E5812; }
span { border-color: rgb(126,88,18); }
td.TdClassName
{
border-color: #7E5812;
}
.TagClassName
{
border-color: #7E5812;
}
</style>