Shades of Burnt Umber #7F2C14
Tints of Burnt Umber #7F2C14
RGB
CMYK
RGB Variations
Color information
#7F2C14 (or 0x7F2C14) is known color: Burnt Umber. HEX triplet: 7F, 2C and 14. RGB value is (127,44,20). Sum of RGB (Red+Green+Blue) = 127+44+20=191 (25% of max value = 765). Red value is 127 (50% from 255 or 66.49% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2C14 is #80D3EB. Grayscale: #424242. Windows color (decimal): -8442860 or 1322111. OLE color: 1322111.
HSL color Cylindrical-coordinate representation of color #7F2C14: hue angle of 13.46º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F2C14 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 44 | 20 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.50 |
| HSL | 13.46º | 0.73% | 0.29% | - |
| HSV(B) | 13.46º | 0.84% | 0.5% | - |
| XYZ | 9.78 | 6.36 | 1.37 | - |
| YUV | 66.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 20 | 0 | 0.65 | 0.84 | 0.50 | 13.46 | 0.73 | 0.29 |
| Hex | 7F | 2C | 14 | 0 | 41 | 54 | 32 | D | 49 | 1D |
| Octal | 177 | 54 | 24 | 0 | 101 | 124 | 62 | 15 | 111 | 35 |
| Binary | 1111111 | 101100 | 10100 | 0 | 1000001 | 1010100 | 110010 | 1101 | 1001001 | 11101 |
Color Harmonies of #7F2C14
Complementary color
Monochromatic Colors of #7F2C14
Black with #7F2C14
Text Example
Text Example
White with #7F2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2C14; }
p { color: rgb(127,44,20); }
H1.HeaderClassName
{
color: #7F2C14;
}
.AnyTagClassName
{
color: #7F2C14;
}
</style>
background-color css
<style>
a { background-color: #7F2C14; }
a { background-color: rgb(127,44,20); }
div.DivClassName
{
background-color: #7F2C14;
}
.BgClassName
{
background-color: #7F2C14;
}
</style>
border-color css
<style>
span { border-color: #7F2C14; }
span { border-color: rgb(127,44,20); }
td.TdClassName
{
border-color: #7F2C14;
}
.TagClassName
{
border-color: #7F2C14;
}
</style>