Shades of Burnt Umber #7C2914
Tints of Burnt Umber #7C2914
RGB
CMYK
RGB Variations
Color information
#7C2914 (or 0x7C2914) is known color: Burnt Umber. HEX triplet: 7C, 29 and 14. RGB value is (124,41,20). Sum of RGB (Red+Green+Blue) = 124+41+20=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2914 is #83D6EB. Grayscale: #3F3F3F. Windows color (decimal): -8640236 or 1321340. OLE color: 1321340.
HSL color Cylindrical-coordinate representation of color #7C2914: hue angle of 12.12º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C2914 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 20 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.51 |
| HSL | 12.12º | 0.72% | 0.28% | - |
| HSV(B) | 12.12º | 0.84% | 0.49% | - |
| XYZ | 9.23 | 5.92 | 1.32 | - |
| YUV | 63.42 | 103.5 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 20 | 0 | 0.67 | 0.84 | 0.51 | 12.12 | 0.72 | 0.28 |
| Hex | 7C | 29 | 14 | 0 | 43 | 54 | 33 | C | 48 | 1C |
| Octal | 174 | 51 | 24 | 0 | 103 | 124 | 63 | 14 | 110 | 34 |
| Binary | 1111100 | 101001 | 10100 | 0 | 1000011 | 1010100 | 110011 | 1100 | 1001000 | 11100 |
Color Harmonies of #7C2914
Complementary color
Monochromatic Colors of #7C2914
Black with #7C2914
Text Example
Text Example
White with #7C2914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2914; }
p { color: rgb(124,41,20); }
H1.HeaderClassName
{
color: #7C2914;
}
.AnyTagClassName
{
color: #7C2914;
}
</style>
background-color css
<style>
a { background-color: #7C2914; }
a { background-color: rgb(124,41,20); }
div.DivClassName
{
background-color: #7C2914;
}
.BgClassName
{
background-color: #7C2914;
}
</style>
border-color css
<style>
span { border-color: #7C2914; }
span { border-color: rgb(124,41,20); }
td.TdClassName
{
border-color: #7C2914;
}
.TagClassName
{
border-color: #7C2914;
}
</style>