Shades of Raw Umber #7E4503
Tints of Raw Umber #7E4503
RGB
CMYK
RGB Variations
Color information
#7E4503 (or 0x7E4503) is known color: Raw Umber. HEX triplet: 7E, 45 and 03. RGB value is (126,69,3). Sum of RGB (Red+Green+Blue) = 126+69+3=198 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.64% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4503 is #81BAFC. Grayscale: #4E4E4E. Windows color (decimal): -8502013 or 214398. OLE color: 214398.
HSL color Cylindrical-coordinate representation of color #7E4503: hue angle of 32.2º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E4503 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 69 | 3 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.51 |
| HSL | 32.2º | 0.95% | 0.25% | - |
| HSV(B) | 32.2º | 0.98% | 0.49% | - |
| XYZ | 10.75 | 8.7 | 1.2 | - |
| YUV | 78.52 | 85.38 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 69 | 3 | 0 | 0.45 | 0.98 | 0.51 | 32.2 | 0.95 | 0.25 |
| Hex | 7E | 45 | 3 | 0 | 2D | 62 | 33 | 20 | 5F | 19 |
| Octal | 176 | 105 | 3 | 0 | 55 | 142 | 63 | 40 | 137 | 31 |
| Binary | 1111110 | 1000101 | 11 | 0 | 101101 | 1100010 | 110011 | 100000 | 1011111 | 11001 |
Color Harmonies of #7E4503
Complementary color
Monochromatic Colors of #7E4503
Black with #7E4503
Text Example
Text Example
White with #7E4503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4503; }
p { color: rgb(126,69,3); }
H1.HeaderClassName
{
color: #7E4503;
}
.AnyTagClassName
{
color: #7E4503;
}
</style>
background-color css
<style>
a { background-color: #7E4503; }
a { background-color: rgb(126,69,3); }
div.DivClassName
{
background-color: #7E4503;
}
.BgClassName
{
background-color: #7E4503;
}
</style>
border-color css
<style>
span { border-color: #7E4503; }
span { border-color: rgb(126,69,3); }
td.TdClassName
{
border-color: #7E4503;
}
.TagClassName
{
border-color: #7E4503;
}
</style>