Shades of Raw Umber #7E5113
Tints of Raw Umber #7E5113
RGB
CMYK
RGB Variations
Color information
#7E5113 (or 0x7E5113) is known color: Raw Umber. HEX triplet: 7E, 51 and 13. RGB value is (126,81,19). Sum of RGB (Red+Green+Blue) = 126+81+19=226 (29% of max value = 765). Red value is 126 (49.61% from 255 or 55.75% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5113 is #81AEEC. Grayscale: #575757. Windows color (decimal): -8498925 or 1266046. OLE color: 1266046.
HSL color Cylindrical-coordinate representation of color #7E5113: hue angle of 34.77º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E5113 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 81 | 19 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.51 |
| HSL | 34.77º | 0.74% | 0.28% | - |
| HSV(B) | 34.77º | 0.85% | 0.49% | - |
| XYZ | 11.66 | 10.37 | 2 | - |
| YUV | 87.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 81 | 19 | 0 | 0.36 | 0.85 | 0.51 | 34.77 | 0.74 | 0.28 |
| Hex | 7E | 51 | 13 | 0 | 24 | 55 | 33 | 23 | 4A | 1C |
| Octal | 176 | 121 | 23 | 0 | 44 | 125 | 63 | 43 | 112 | 34 |
| Binary | 1111110 | 1010001 | 10011 | 0 | 100100 | 1010101 | 110011 | 100011 | 1001010 | 11100 |
Color Harmonies of #7E5113
Complementary color
Monochromatic Colors of #7E5113
Black with #7E5113
Text Example
Text Example
White with #7E5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5113; }
p { color: rgb(126,81,19); }
H1.HeaderClassName
{
color: #7E5113;
}
.AnyTagClassName
{
color: #7E5113;
}
</style>
background-color css
<style>
a { background-color: #7E5113; }
a { background-color: rgb(126,81,19); }
div.DivClassName
{
background-color: #7E5113;
}
.BgClassName
{
background-color: #7E5113;
}
</style>
border-color css
<style>
span { border-color: #7E5113; }
span { border-color: rgb(126,81,19); }
td.TdClassName
{
border-color: #7E5113;
}
.TagClassName
{
border-color: #7E5113;
}
</style>