Shades of Burnt Umber #7F2B14
Tints of Burnt Umber #7F2B14
RGB
CMYK
RGB Variations
Color information
#7F2B14 (or 0x7F2B14) is known color: Burnt Umber. HEX triplet: 7F, 2B and 14. RGB value is (127,43,20). Sum of RGB (Red+Green+Blue) = 127+43+20=190 (25% of max value = 765). Red value is 127 (50% from 255 or 66.84% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2B14 is #80D4EB. Grayscale: #414141. Windows color (decimal): -8443116 or 1321855. OLE color: 1321855.
HSL color Cylindrical-coordinate representation of color #7F2B14: hue angle of 12.9º 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 #7F2B14 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 43 | 20 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.50 |
| HSL | 12.9º | 0.73% | 0.29% | - |
| HSV(B) | 12.9º | 0.84% | 0.5% | - |
| XYZ | 9.74 | 6.29 | 1.36 | - |
| YUV | 65.49 | 102.33 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 43 | 20 | 0 | 0.66 | 0.84 | 0.50 | 12.9 | 0.73 | 0.29 |
| Hex | 7F | 2B | 14 | 0 | 42 | 54 | 32 | D | 49 | 1D |
| Octal | 177 | 53 | 24 | 0 | 102 | 124 | 62 | 15 | 111 | 35 |
| Binary | 1111111 | 101011 | 10100 | 0 | 1000010 | 1010100 | 110010 | 1101 | 1001001 | 11101 |
Color Harmonies of #7F2B14
Complementary color
Monochromatic Colors of #7F2B14
Black with #7F2B14
Text Example
Text Example
White with #7F2B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2B14; }
p { color: rgb(127,43,20); }
H1.HeaderClassName
{
color: #7F2B14;
}
.AnyTagClassName
{
color: #7F2B14;
}
</style>
background-color css
<style>
a { background-color: #7F2B14; }
a { background-color: rgb(127,43,20); }
div.DivClassName
{
background-color: #7F2B14;
}
.BgClassName
{
background-color: #7F2B14;
}
</style>
border-color css
<style>
span { border-color: #7F2B14; }
span { border-color: rgb(127,43,20); }
td.TdClassName
{
border-color: #7F2B14;
}
.TagClassName
{
border-color: #7F2B14;
}
</style>