Shades of Raw Umber #7E5315
Tints of Raw Umber #7E5315
RGB
CMYK
RGB Variations
Color information
#7E5315 (or 0x7E5315) is known color: Raw Umber. HEX triplet: 7E, 53 and 15. RGB value is (126,83,21). Sum of RGB (Red+Green+Blue) = 126+83+21=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5315 is #81ACEA. Grayscale: #595959. Windows color (decimal): -8498411 or 1397630. OLE color: 1397630.
HSL color Cylindrical-coordinate representation of color #7E5315: hue angle of 35.43º 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 #7E5315 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 83 | 21 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.51 |
| HSL | 35.43º | 0.71% | 0.29% | - |
| HSV(B) | 35.43º | 0.83% | 0.49% | - |
| XYZ | 11.83 | 10.68 | 2.15 | - |
| YUV | 88.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 83 | 21 | 0 | 0.34 | 0.83 | 0.51 | 35.43 | 0.71 | 0.29 |
| Hex | 7E | 53 | 15 | 0 | 22 | 53 | 33 | 23 | 47 | 1D |
| Octal | 176 | 123 | 25 | 0 | 42 | 123 | 63 | 43 | 107 | 35 |
| Binary | 1111110 | 1010011 | 10101 | 0 | 100010 | 1010011 | 110011 | 100011 | 1000111 | 11101 |
Color Harmonies of #7E5315
Complementary color
Monochromatic Colors of #7E5315
Black with #7E5315
Text Example
Text Example
White with #7E5315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5315; }
p { color: rgb(126,83,21); }
H1.HeaderClassName
{
color: #7E5315;
}
.AnyTagClassName
{
color: #7E5315;
}
</style>
background-color css
<style>
a { background-color: #7E5315; }
a { background-color: rgb(126,83,21); }
div.DivClassName
{
background-color: #7E5315;
}
.BgClassName
{
background-color: #7E5315;
}
</style>
border-color css
<style>
span { border-color: #7E5315; }
span { border-color: rgb(126,83,21); }
td.TdClassName
{
border-color: #7E5315;
}
.TagClassName
{
border-color: #7E5315;
}
</style>