Shades of Raw Umber #7E5016
Tints of Raw Umber #7E5016
RGB
CMYK
RGB Variations
Color information
#7E5016 (or 0x7E5016) is known color: Raw Umber. HEX triplet: 7E, 50 and 16. RGB value is (126,80,22). Sum of RGB (Red+Green+Blue) = 126+80+22=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5016 is #81AFE9. Grayscale: #575757. Windows color (decimal): -8499178 or 1462398. OLE color: 1462398.
HSL color Cylindrical-coordinate representation of color #7E5016: hue angle of 33.46º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E5016 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 22 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.51 |
| HSL | 33.46º | 0.7% | 0.29% | - |
| HSV(B) | 33.46º | 0.83% | 0.49% | - |
| XYZ | 11.62 | 10.23 | 2.12 | - |
| YUV | 87.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 22 | 0 | 0.37 | 0.83 | 0.51 | 33.46 | 0.7 | 0.29 |
| Hex | 7E | 50 | 16 | 0 | 25 | 53 | 33 | 21 | 46 | 1D |
| Octal | 176 | 120 | 26 | 0 | 45 | 123 | 63 | 41 | 106 | 35 |
| Binary | 1111110 | 1010000 | 10110 | 0 | 100101 | 1010011 | 110011 | 100001 | 1000110 | 11101 |
Color Harmonies of #7E5016
Complementary color
Monochromatic Colors of #7E5016
Black with #7E5016
Text Example
Text Example
White with #7E5016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5016; }
p { color: rgb(126,80,22); }
H1.HeaderClassName
{
color: #7E5016;
}
.AnyTagClassName
{
color: #7E5016;
}
</style>
background-color css
<style>
a { background-color: #7E5016; }
a { background-color: rgb(126,80,22); }
div.DivClassName
{
background-color: #7E5016;
}
.BgClassName
{
background-color: #7E5016;
}
</style>
border-color css
<style>
span { border-color: #7E5016; }
span { border-color: rgb(126,80,22); }
td.TdClassName
{
border-color: #7E5016;
}
.TagClassName
{
border-color: #7E5016;
}
</style>