Shades of Burnt Umber #7F2C0E
Tints of Burnt Umber #7F2C0E
RGB
CMYK
RGB Variations
Color information
#7F2C0E (or 0x7F2C0E) is known color: Burnt Umber. HEX triplet: 7F, 2C and 0E. RGB value is (127,44,14). Sum of RGB (Red+Green+Blue) = 127+44+14=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2C0E is #80D3F1. Grayscale: #414141. Windows color (decimal): -8442866 or 928895. OLE color: 928895.
HSL color Cylindrical-coordinate representation of color #7F2C0E: hue angle of 15.93º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F2C0E is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 44 | 14 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.50 |
| HSL | 15.93º | 0.8% | 0.28% | - |
| HSV(B) | 15.93º | 0.89% | 0.5% | - |
| XYZ | 9.73 | 6.35 | 1.13 | - |
| YUV | 65.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 14 | 0 | 0.65 | 0.89 | 0.50 | 15.93 | 0.8 | 0.28 |
| Hex | 7F | 2C | E | 0 | 41 | 59 | 32 | 10 | 50 | 1C |
| Octal | 177 | 54 | 16 | 0 | 101 | 131 | 62 | 20 | 120 | 34 |
| Binary | 1111111 | 101100 | 1110 | 0 | 1000001 | 1011001 | 110010 | 10000 | 1010000 | 11100 |
Color Harmonies of #7F2C0E
Complementary color
Monochromatic Colors of #7F2C0E
Black with #7F2C0E
Text Example
Text Example
White with #7F2C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2C0E; }
p { color: rgb(127,44,14); }
H1.HeaderClassName
{
color: #7F2C0E;
}
.AnyTagClassName
{
color: #7F2C0E;
}
</style>
background-color css
<style>
a { background-color: #7F2C0E; }
a { background-color: rgb(127,44,14); }
div.DivClassName
{
background-color: #7F2C0E;
}
.BgClassName
{
background-color: #7F2C0E;
}
</style>
border-color css
<style>
span { border-color: #7F2C0E; }
span { border-color: rgb(127,44,14); }
td.TdClassName
{
border-color: #7F2C0E;
}
.TagClassName
{
border-color: #7F2C0E;
}
</style>