Shades of Burnt Umber #7F2A16
Tints of Burnt Umber #7F2A16
RGB
CMYK
RGB Variations
Color information
#7F2A16 (or 0x7F2A16) is known color: Burnt Umber. HEX triplet: 7F, 2A and 16. RGB value is (127,42,22). Sum of RGB (Red+Green+Blue) = 127+42+22=191 (25% of max value = 765). Red value is 127 (50% from 255 or 66.49% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2A16 is #80D5E9. Grayscale: #414141. Windows color (decimal): -8443370 or 1452671. OLE color: 1452671.
HSL color Cylindrical-coordinate representation of color #7F2A16: hue angle of 11.43º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F2A16 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 42 | 22 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.50 |
| HSL | 11.43º | 0.7% | 0.29% | - |
| HSV(B) | 11.43º | 0.83% | 0.5% | - |
| XYZ | 9.73 | 6.23 | 1.45 | - |
| YUV | 65.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 22 | 0 | 0.67 | 0.83 | 0.50 | 11.43 | 0.7 | 0.29 |
| Hex | 7F | 2A | 16 | 0 | 43 | 53 | 32 | B | 46 | 1D |
| Octal | 177 | 52 | 26 | 0 | 103 | 123 | 62 | 13 | 106 | 35 |
| Binary | 1111111 | 101010 | 10110 | 0 | 1000011 | 1010011 | 110010 | 1011 | 1000110 | 11101 |
Color Harmonies of #7F2A16
Complementary color
Monochromatic Colors of #7F2A16
Black with #7F2A16
Text Example
Text Example
White with #7F2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2A16; }
p { color: rgb(127,42,22); }
H1.HeaderClassName
{
color: #7F2A16;
}
.AnyTagClassName
{
color: #7F2A16;
}
</style>
background-color css
<style>
a { background-color: #7F2A16; }
a { background-color: rgb(127,42,22); }
div.DivClassName
{
background-color: #7F2A16;
}
.BgClassName
{
background-color: #7F2A16;
}
</style>
border-color css
<style>
span { border-color: #7F2A16; }
span { border-color: rgb(127,42,22); }
td.TdClassName
{
border-color: #7F2A16;
}
.TagClassName
{
border-color: #7F2A16;
}
</style>