Shades of Burnt Umber #7E3727
Tints of Burnt Umber #7E3727
RGB
CMYK
RGB Variations
Color information
#7E3727 (or 0x7E3727) is known color: Burnt Umber. HEX triplet: 7E, 37 and 27. RGB value is (126,55,39). Sum of RGB (Red+Green+Blue) = 126+55+39=220 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.27% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3727 is #81C8D8. Grayscale: #4A4A4A. Windows color (decimal): -8505561 or 2570110. OLE color: 2570110.
HSL color Cylindrical-coordinate representation of color #7E3727: hue angle of 11.03º 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 #7E3727 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 55 | 39 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.51 |
| HSL | 11.03º | 0.53% | 0.32% | - |
| HSV(B) | 11.03º | 0.69% | 0.49% | - |
| XYZ | 10.34 | 7.31 | 2.79 | - |
| YUV | 74.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 55 | 39 | 0 | 0.56 | 0.69 | 0.51 | 11.03 | 0.53 | 0.32 |
| Hex | 7E | 37 | 27 | 0 | 38 | 45 | 33 | B | 35 | 20 |
| Octal | 176 | 67 | 47 | 0 | 70 | 105 | 63 | 13 | 65 | 40 |
| Binary | 1111110 | 110111 | 100111 | 0 | 111000 | 1000101 | 110011 | 1011 | 110101 | 100000 |
Color Harmonies of #7E3727
Complementary color
Monochromatic Colors of #7E3727
Black with #7E3727
Text Example
Text Example
White with #7E3727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3727; }
p { color: rgb(126,55,39); }
H1.HeaderClassName
{
color: #7E3727;
}
.AnyTagClassName
{
color: #7E3727;
}
</style>
background-color css
<style>
a { background-color: #7E3727; }
a { background-color: rgb(126,55,39); }
div.DivClassName
{
background-color: #7E3727;
}
.BgClassName
{
background-color: #7E3727;
}
</style>
border-color css
<style>
span { border-color: #7E3727; }
span { border-color: rgb(126,55,39); }
td.TdClassName
{
border-color: #7E3727;
}
.TagClassName
{
border-color: #7E3727;
}
</style>