Shades of Burnt Umber #7E311D
Tints of Burnt Umber #7E311D
RGB
CMYK
RGB Variations
Color information
#7E311D (or 0x7E311D) is known color: Burnt Umber. HEX triplet: 7E, 31 and 1D. RGB value is (126,49,29). Sum of RGB (Red+Green+Blue) = 126+49+29=204 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.76% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 126 - color contains mainly: red. Hex color #7E311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E311D is #81CEE2. Grayscale: #454545. Windows color (decimal): -8507107 or 1913214. OLE color: 1913214.
HSL color Cylindrical-coordinate representation of color #7E311D: hue angle of 12.37º 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 #7E311D is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 49 | 29 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.51 |
| HSL | 12.37º | 0.63% | 0.3% | - |
| HSV(B) | 12.37º | 0.77% | 0.49% | - |
| XYZ | 9.92 | 6.72 | 1.94 | - |
| YUV | 69.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 29 | 0 | 0.61 | 0.77 | 0.51 | 12.37 | 0.63 | 0.3 |
| Hex | 7E | 31 | 1D | 0 | 3D | 4D | 33 | C | 3F | 1E |
| Octal | 176 | 61 | 35 | 0 | 75 | 115 | 63 | 14 | 77 | 36 |
| Binary | 1111110 | 110001 | 11101 | 0 | 111101 | 1001101 | 110011 | 1100 | 111111 | 11110 |
Color Harmonies of #7E311D
Complementary color
Monochromatic Colors of #7E311D
Black with #7E311D
Text Example
Text Example
White with #7E311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E311D; }
p { color: rgb(126,49,29); }
H1.HeaderClassName
{
color: #7E311D;
}
.AnyTagClassName
{
color: #7E311D;
}
</style>
background-color css
<style>
a { background-color: #7E311D; }
a { background-color: rgb(126,49,29); }
div.DivClassName
{
background-color: #7E311D;
}
.BgClassName
{
background-color: #7E311D;
}
</style>
border-color css
<style>
span { border-color: #7E311D; }
span { border-color: rgb(126,49,29); }
td.TdClassName
{
border-color: #7E311D;
}
.TagClassName
{
border-color: #7E311D;
}
</style>