Shades of Burnt Umber #7E3327
Tints of Burnt Umber #7E3327
RGB
CMYK
RGB Variations
Color information
#7E3327 (or 0x7E3327) is known color: Burnt Umber. HEX triplet: 7E, 33 and 27. RGB value is (126,51,39). Sum of RGB (Red+Green+Blue) = 126+51+39=216 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.33% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3327 is #81CCD8. Grayscale: #484848. Windows color (decimal): -8506585 or 2569086. OLE color: 2569086.
HSL color Cylindrical-coordinate representation of color #7E3327: hue angle of 8.28º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E3327 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 39 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.51 |
| HSL | 8.28º | 0.53% | 0.32% | - |
| HSV(B) | 8.28º | 0.69% | 0.49% | - |
| XYZ | 10.15 | 6.95 | 2.73 | - |
| YUV | 72.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 39 | 0 | 0.60 | 0.69 | 0.51 | 8.28 | 0.53 | 0.32 |
| Hex | 7E | 33 | 27 | 0 | 3C | 45 | 33 | 8 | 35 | 20 |
| Octal | 176 | 63 | 47 | 0 | 74 | 105 | 63 | 10 | 65 | 40 |
| Binary | 1111110 | 110011 | 100111 | 0 | 111100 | 1000101 | 110011 | 1000 | 110101 | 100000 |
Color Harmonies of #7E3327
Complementary color
Monochromatic Colors of #7E3327
Black with #7E3327
Text Example
Text Example
White with #7E3327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3327; }
p { color: rgb(126,51,39); }
H1.HeaderClassName
{
color: #7E3327;
}
.AnyTagClassName
{
color: #7E3327;
}
</style>
background-color css
<style>
a { background-color: #7E3327; }
a { background-color: rgb(126,51,39); }
div.DivClassName
{
background-color: #7E3327;
}
.BgClassName
{
background-color: #7E3327;
}
</style>
border-color css
<style>
span { border-color: #7E3327; }
span { border-color: rgb(126,51,39); }
td.TdClassName
{
border-color: #7E3327;
}
.TagClassName
{
border-color: #7E3327;
}
</style>