Shades of Raw Umber #7E5715
Tints of Raw Umber #7E5715
RGB
CMYK
RGB Variations
Color information
#7E5715 (or 0x7E5715) is known color: Raw Umber. HEX triplet: 7E, 57 and 15. RGB value is (126,87,21). Sum of RGB (Red+Green+Blue) = 126+87+21=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5715 is #81A8EA. Grayscale: #5B5B5B. Windows color (decimal): -8497387 or 1398654. OLE color: 1398654.
HSL color Cylindrical-coordinate representation of color #7E5715: hue angle of 37.71º degrees, saturation: 0.71, 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 #7E5715 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 87 | 21 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.51 |
| HSL | 37.71º | 0.71% | 0.29% | - |
| HSV(B) | 37.71º | 0.83% | 0.49% | - |
| XYZ | 12.15 | 11.31 | 2.25 | - |
| YUV | 91.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 87 | 21 | 0 | 0.31 | 0.83 | 0.51 | 37.71 | 0.71 | 0.29 |
| Hex | 7E | 57 | 15 | 0 | 1F | 53 | 33 | 26 | 47 | 1D |
| Octal | 176 | 127 | 25 | 0 | 37 | 123 | 63 | 46 | 107 | 35 |
| Binary | 1111110 | 1010111 | 10101 | 0 | 11111 | 1010011 | 110011 | 100110 | 1000111 | 11101 |
Color Harmonies of #7E5715
Complementary color
Monochromatic Colors of #7E5715
Black with #7E5715
Text Example
Text Example
White with #7E5715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5715; }
p { color: rgb(126,87,21); }
H1.HeaderClassName
{
color: #7E5715;
}
.AnyTagClassName
{
color: #7E5715;
}
</style>
background-color css
<style>
a { background-color: #7E5715; }
a { background-color: rgb(126,87,21); }
div.DivClassName
{
background-color: #7E5715;
}
.BgClassName
{
background-color: #7E5715;
}
</style>
border-color css
<style>
span { border-color: #7E5715; }
span { border-color: rgb(126,87,21); }
td.TdClassName
{
border-color: #7E5715;
}
.TagClassName
{
border-color: #7E5715;
}
</style>