Shades of Burnt Umber #7E341D
Tints of Burnt Umber #7E341D
RGB
CMYK
RGB Variations
Color information
#7E341D (or 0x7E341D) is known color: Burnt Umber. HEX triplet: 7E, 34 and 1D. RGB value is (126,52,29). Sum of RGB (Red+Green+Blue) = 126+52+29=207 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.87% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 126 - color contains mainly: red. Hex color #7E341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E341D is #81CBE2. Grayscale: #474747. Windows color (decimal): -8506339 or 1913982. OLE color: 1913982.
HSL color Cylindrical-coordinate representation of color #7E341D: hue angle of 14.23º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E341D is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 29 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.51 |
| HSL | 14.23º | 0.63% | 0.3% | - |
| HSV(B) | 14.23º | 0.77% | 0.49% | - |
| XYZ | 10.05 | 6.98 | 1.98 | - |
| YUV | 71.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 29 | 0 | 0.59 | 0.77 | 0.51 | 14.23 | 0.63 | 0.3 |
| Hex | 7E | 34 | 1D | 0 | 3B | 4D | 33 | E | 3F | 1E |
| Octal | 176 | 64 | 35 | 0 | 73 | 115 | 63 | 16 | 77 | 36 |
| Binary | 1111110 | 110100 | 11101 | 0 | 111011 | 1001101 | 110011 | 1110 | 111111 | 11110 |
Color Harmonies of #7E341D
Complementary color
Monochromatic Colors of #7E341D
Black with #7E341D
Text Example
Text Example
White with #7E341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E341D; }
p { color: rgb(126,52,29); }
H1.HeaderClassName
{
color: #7E341D;
}
.AnyTagClassName
{
color: #7E341D;
}
</style>
background-color css
<style>
a { background-color: #7E341D; }
a { background-color: rgb(126,52,29); }
div.DivClassName
{
background-color: #7E341D;
}
.BgClassName
{
background-color: #7E341D;
}
</style>
border-color css
<style>
span { border-color: #7E341D; }
span { border-color: rgb(126,52,29); }
td.TdClassName
{
border-color: #7E341D;
}
.TagClassName
{
border-color: #7E341D;
}
</style>