Shades of Burnt Umber #7C2A18
Tints of Burnt Umber #7C2A18
RGB
CMYK
RGB Variations
Color information
#7C2A18 (or 0x7C2A18) is known color: Burnt Umber. HEX triplet: 7C, 2A and 18. RGB value is (124,42,24). Sum of RGB (Red+Green+Blue) = 124+42+24=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2A18 is #83D5E7. Grayscale: #404040. Windows color (decimal): -8639976 or 1583740. OLE color: 1583740.
HSL color Cylindrical-coordinate representation of color #7C2A18: hue angle of 10.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C2A18 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 42 | 24 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.51 |
| HSL | 10.8º | 0.68% | 0.29% | - |
| HSV(B) | 10.8º | 0.81% | 0.49% | - |
| XYZ | 9.31 | 6.01 | 1.53 | - |
| YUV | 64.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 24 | 0 | 0.66 | 0.81 | 0.51 | 10.8 | 0.68 | 0.29 |
| Hex | 7C | 2A | 18 | 0 | 42 | 51 | 33 | B | 44 | 1D |
| Octal | 174 | 52 | 30 | 0 | 102 | 121 | 63 | 13 | 104 | 35 |
| Binary | 1111100 | 101010 | 11000 | 0 | 1000010 | 1010001 | 110011 | 1011 | 1000100 | 11101 |
Color Harmonies of #7C2A18
Complementary color
Monochromatic Colors of #7C2A18
Black with #7C2A18
Text Example
Text Example
White with #7C2A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A18; }
p { color: rgb(124,42,24); }
H1.HeaderClassName
{
color: #7C2A18;
}
.AnyTagClassName
{
color: #7C2A18;
}
</style>
background-color css
<style>
a { background-color: #7C2A18; }
a { background-color: rgb(124,42,24); }
div.DivClassName
{
background-color: #7C2A18;
}
.BgClassName
{
background-color: #7C2A18;
}
</style>
border-color css
<style>
span { border-color: #7C2A18; }
span { border-color: rgb(124,42,24); }
td.TdClassName
{
border-color: #7C2A18;
}
.TagClassName
{
border-color: #7C2A18;
}
</style>