Shades of Raw Umber #7E4300
Tints of Raw Umber #7E4300
RGB
CMYK
RGB Variations
Color information
#7E4300 (or 0x7E4300) is known color: Raw Umber. HEX triplet: 7E, 43 and 00. RGB value is (126,67,0). Sum of RGB (Red+Green+Blue) = 126+67+0=193 (25% of max value = 765). Red value is 126 (49.61% from 255 or 65.28% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4300 is #81BCFF. Grayscale: #4D4D4D. Windows color (decimal): -8502528 or 17278. OLE color: 17278.
HSL color Cylindrical-coordinate representation of color #7E4300: hue angle of 31.9º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E4300 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.51 |
| HSL | 31.9º | 1% | 0.25% | - |
| HSV(B) | 31.9º | 1% | 0.49% | - |
| XYZ | 10.61 | 8.45 | 1.07 | - |
| YUV | 77 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 0 | 0 | 0.47 | 1 | 0.51 | 31.9 | 1 | 0.25 |
| Hex | 7E | 43 | 0 | 0 | 2F | 64 | 33 | 20 | 64 | 19 |
| Octal | 176 | 103 | 0 | 0 | 57 | 144 | 63 | 40 | 144 | 31 |
| Binary | 1111110 | 1000011 | 0 | 0 | 101111 | 1100100 | 110011 | 100000 | 1100100 | 11001 |
Color Harmonies of #7E4300
Complementary color
Monochromatic Colors of #7E4300
Black with #7E4300
Text Example
Text Example
White with #7E4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4300; }
p { color: rgb(126,67,0); }
H1.HeaderClassName
{
color: #7E4300;
}
.AnyTagClassName
{
color: #7E4300;
}
</style>
background-color css
<style>
a { background-color: #7E4300; }
a { background-color: rgb(126,67,0); }
div.DivClassName
{
background-color: #7E4300;
}
.BgClassName
{
background-color: #7E4300;
}
</style>
border-color css
<style>
span { border-color: #7E4300; }
span { border-color: rgb(126,67,0); }
td.TdClassName
{
border-color: #7E4300;
}
.TagClassName
{
border-color: #7E4300;
}
</style>