Shades of Raw Umber #7E5013
Tints of Raw Umber #7E5013
RGB
CMYK
RGB Variations
Color information
#7E5013 (or 0x7E5013) is known color: Raw Umber. HEX triplet: 7E, 50 and 13. RGB value is (126,80,19). Sum of RGB (Red+Green+Blue) = 126+80+19=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5013 is #81AFEC. Grayscale: #575757. Windows color (decimal): -8499181 or 1265790. OLE color: 1265790.
HSL color Cylindrical-coordinate representation of color #7E5013: hue angle of 34.21º 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 #7E5013 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 19 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.51 |
| HSL | 34.21º | 0.74% | 0.28% | - |
| HSV(B) | 34.21º | 0.85% | 0.49% | - |
| XYZ | 11.59 | 10.22 | 1.98 | - |
| YUV | 86.8 | 89.74 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 19 | 0 | 0.37 | 0.85 | 0.51 | 34.21 | 0.74 | 0.28 |
| Hex | 7E | 50 | 13 | 0 | 25 | 55 | 33 | 22 | 4A | 1C |
| Octal | 176 | 120 | 23 | 0 | 45 | 125 | 63 | 42 | 112 | 34 |
| Binary | 1111110 | 1010000 | 10011 | 0 | 100101 | 1010101 | 110011 | 100010 | 1001010 | 11100 |
Color Harmonies of #7E5013
Complementary color
Monochromatic Colors of #7E5013
Black with #7E5013
Text Example
Text Example
White with #7E5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5013; }
p { color: rgb(126,80,19); }
H1.HeaderClassName
{
color: #7E5013;
}
.AnyTagClassName
{
color: #7E5013;
}
</style>
background-color css
<style>
a { background-color: #7E5013; }
a { background-color: rgb(126,80,19); }
div.DivClassName
{
background-color: #7E5013;
}
.BgClassName
{
background-color: #7E5013;
}
</style>
border-color css
<style>
span { border-color: #7E5013; }
span { border-color: rgb(126,80,19); }
td.TdClassName
{
border-color: #7E5013;
}
.TagClassName
{
border-color: #7E5013;
}
</style>