Shades of Burnt Umber #7C2C16
Tints of Burnt Umber #7C2C16
RGB
CMYK
RGB Variations
Color information
#7C2C16 (or 0x7C2C16) is known color: Burnt Umber. HEX triplet: 7C, 2C and 16. RGB value is (124,44,22). Sum of RGB (Red+Green+Blue) = 124+44+22=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2C16 is #83D3E9. Grayscale: #414141. Windows color (decimal): -8639466 or 1453180. OLE color: 1453180.
HSL color Cylindrical-coordinate representation of color #7C2C16: hue angle of 12.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C2C16 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 44 | 22 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.51 |
| HSL | 12.94º | 0.7% | 0.29% | - |
| HSV(B) | 12.94º | 0.82% | 0.49% | - |
| XYZ | 9.36 | 6.14 | 1.45 | - |
| YUV | 65.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 22 | 0 | 0.65 | 0.82 | 0.51 | 12.94 | 0.7 | 0.29 |
| Hex | 7C | 2C | 16 | 0 | 41 | 52 | 33 | D | 46 | 1D |
| Octal | 174 | 54 | 26 | 0 | 101 | 122 | 63 | 15 | 106 | 35 |
| Binary | 1111100 | 101100 | 10110 | 0 | 1000001 | 1010010 | 110011 | 1101 | 1000110 | 11101 |
Color Harmonies of #7C2C16
Complementary color
Monochromatic Colors of #7C2C16
Black with #7C2C16
Text Example
Text Example
White with #7C2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2C16; }
p { color: rgb(124,44,22); }
H1.HeaderClassName
{
color: #7C2C16;
}
.AnyTagClassName
{
color: #7C2C16;
}
</style>
background-color css
<style>
a { background-color: #7C2C16; }
a { background-color: rgb(124,44,22); }
div.DivClassName
{
background-color: #7C2C16;
}
.BgClassName
{
background-color: #7C2C16;
}
</style>
border-color css
<style>
span { border-color: #7C2C16; }
span { border-color: rgb(124,44,22); }
td.TdClassName
{
border-color: #7C2C16;
}
.TagClassName
{
border-color: #7C2C16;
}
</style>