Shades of Raw Umber #7E5802
Tints of Raw Umber #7E5802
RGB
CMYK
RGB Variations
Color information
#7E5802 (or 0x7E5802) is known color: Raw Umber. HEX triplet: 7E, 58 and 02. RGB value is (126,88,2). Sum of RGB (Red+Green+Blue) = 126+88+2=216 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.33% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5802 is #81A7FD. Grayscale: #595959. Windows color (decimal): -8497150 or 153726. OLE color: 153726.
HSL color Cylindrical-coordinate representation of color #7E5802: hue angle of 41.61º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E5802 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 88 | 2 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.51 |
| HSL | 41.61º | 0.97% | 0.25% | - |
| HSV(B) | 41.61º | 0.98% | 0.49% | - |
| XYZ | 12.1 | 11.42 | 1.62 | - |
| YUV | 89.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 2 | 0 | 0.30 | 0.98 | 0.51 | 41.61 | 0.97 | 0.25 |
| Hex | 7E | 58 | 2 | 0 | 1E | 62 | 33 | 2A | 61 | 19 |
| Octal | 176 | 130 | 2 | 0 | 36 | 142 | 63 | 52 | 141 | 31 |
| Binary | 1111110 | 1011000 | 10 | 0 | 11110 | 1100010 | 110011 | 101010 | 1100001 | 11001 |
Color Harmonies of #7E5802
Complementary color
Monochromatic Colors of #7E5802
Black with #7E5802
Text Example
Text Example
White with #7E5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5802; }
p { color: rgb(126,88,2); }
H1.HeaderClassName
{
color: #7E5802;
}
.AnyTagClassName
{
color: #7E5802;
}
</style>
background-color css
<style>
a { background-color: #7E5802; }
a { background-color: rgb(126,88,2); }
div.DivClassName
{
background-color: #7E5802;
}
.BgClassName
{
background-color: #7E5802;
}
</style>
border-color css
<style>
span { border-color: #7E5802; }
span { border-color: rgb(126,88,2); }
td.TdClassName
{
border-color: #7E5802;
}
.TagClassName
{
border-color: #7E5802;
}
</style>