Shades of Burnt Umber #7E331D
Tints of Burnt Umber #7E331D
RGB
CMYK
RGB Variations
Color information
#7E331D (or 0x7E331D) is known color: Burnt Umber. HEX triplet: 7E, 33 and 1D. RGB value is (126,51,29). Sum of RGB (Red+Green+Blue) = 126+51+29=206 (27% of max value = 765). Red value is 126 (49.61% from 255 or 61.17% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 126 - color contains mainly: red. Hex color #7E331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E331D is #81CCE2. Grayscale: #474747. Windows color (decimal): -8506595 or 1913726. OLE color: 1913726.
HSL color Cylindrical-coordinate representation of color #7E331D: hue angle of 13.61º 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 #7E331D is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 29 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.51 |
| HSL | 13.61º | 0.63% | 0.3% | - |
| HSV(B) | 13.61º | 0.77% | 0.49% | - |
| XYZ | 10.01 | 6.89 | 1.97 | - |
| YUV | 70.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 29 | 0 | 0.60 | 0.77 | 0.51 | 13.61 | 0.63 | 0.3 |
| Hex | 7E | 33 | 1D | 0 | 3C | 4D | 33 | E | 3F | 1E |
| Octal | 176 | 63 | 35 | 0 | 74 | 115 | 63 | 16 | 77 | 36 |
| Binary | 1111110 | 110011 | 11101 | 0 | 111100 | 1001101 | 110011 | 1110 | 111111 | 11110 |
Color Harmonies of #7E331D
Complementary color
Monochromatic Colors of #7E331D
Black with #7E331D
Text Example
Text Example
White with #7E331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E331D; }
p { color: rgb(126,51,29); }
H1.HeaderClassName
{
color: #7E331D;
}
.AnyTagClassName
{
color: #7E331D;
}
</style>
background-color css
<style>
a { background-color: #7E331D; }
a { background-color: rgb(126,51,29); }
div.DivClassName
{
background-color: #7E331D;
}
.BgClassName
{
background-color: #7E331D;
}
</style>
border-color css
<style>
span { border-color: #7E331D; }
span { border-color: rgb(126,51,29); }
td.TdClassName
{
border-color: #7E331D;
}
.TagClassName
{
border-color: #7E331D;
}
</style>