Shades of Burnt Umber #7E2B14
Tints of Burnt Umber #7E2B14
RGB
CMYK
RGB Variations
Color information
#7E2B14 (or 0x7E2B14) is known color: Burnt Umber. HEX triplet: 7E, 2B and 14. RGB value is (126,43,20). Sum of RGB (Red+Green+Blue) = 126+43+20=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2B14 is #81D4EB. Grayscale: #414141. Windows color (decimal): -8508652 or 1321854. OLE color: 1321854.
HSL color Cylindrical-coordinate representation of color #7E2B14: hue angle of 13.02º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E2B14 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
RGB | 126 | 43 | 20 | - |
CMYK | 0 | 0.66 | 0.84 | 0.51 |
HSL | 13.02º | 0.73% | 0.29% | - |
HSV(B) | 13.02º | 0.84% | 0.49% | - |
XYZ | 9.59 | 6.21 | 1.36 | - |
YUV | 65.2 | 102.5 | 171.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 43 | 20 | 0 | 0.66 | 0.84 | 0.51 | 13.02 | 0.73 | 0.29 |
Hex | 7E | 2B | 14 | 0 | 42 | 54 | 33 | D | 49 | 1D |
Octal | 176 | 53 | 24 | 0 | 102 | 124 | 63 | 15 | 111 | 35 |
Binary | 1111110 | 101011 | 10100 | 0 | 1000010 | 1010100 | 110011 | 1101 | 1001001 | 11101 |
Color Harmonies of #7E2B14
Complementary color
Monochromatic Colors of #7E2B14
Black with #7E2B14
Text Example
Text Example
White with #7E2B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2B14; }
p { color: rgb(126,43,20); }
H1.HeaderClassName
{
color: #7E2B14;
}
.AnyTagClassName
{
color: #7E2B14;
}
</style>
background-color css
<style>
a { background-color: #7E2B14; }
a { background-color: rgb(126,43,20); }
div.DivClassName
{
background-color: #7E2B14;
}
.BgClassName
{
background-color: #7E2B14;
}
</style>
border-color css
<style>
span { border-color: #7E2B14; }
span { border-color: rgb(126,43,20); }
td.TdClassName
{
border-color: #7E2B14;
}
.TagClassName
{
border-color: #7E2B14;
}
</style>