Shades of Burnt Umber #7C301C
Tints of Burnt Umber #7C301C
RGB
CMYK
RGB Variations
Color information
#7C301C (or 0x7C301C) is known color: Burnt Umber. HEX triplet: 7C, 30 and 1C. RGB value is (124,48,28). Sum of RGB (Red+Green+Blue) = 124+48+28=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C301C is #83CFE3. Grayscale: #444444. Windows color (decimal): -8638436 or 1847420. OLE color: 1847420.
HSL color Cylindrical-coordinate representation of color #7C301C: hue angle of 12.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C301C is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 28 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.51 |
| HSL | 12.5º | 0.63% | 0.3% | - |
| HSV(B) | 12.5º | 0.77% | 0.49% | - |
| XYZ | 9.58 | 6.48 | 1.85 | - |
| YUV | 68.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 28 | 0 | 0.61 | 0.77 | 0.51 | 12.5 | 0.63 | 0.3 |
| Hex | 7C | 30 | 1C | 0 | 3D | 4D | 33 | C | 3F | 1E |
| Octal | 174 | 60 | 34 | 0 | 75 | 115 | 63 | 14 | 77 | 36 |
| Binary | 1111100 | 110000 | 11100 | 0 | 111101 | 1001101 | 110011 | 1100 | 111111 | 11110 |
Color Harmonies of #7C301C
Complementary color
Monochromatic Colors of #7C301C
Black with #7C301C
Text Example
Text Example
White with #7C301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C301C; }
p { color: rgb(124,48,28); }
H1.HeaderClassName
{
color: #7C301C;
}
.AnyTagClassName
{
color: #7C301C;
}
</style>
background-color css
<style>
a { background-color: #7C301C; }
a { background-color: rgb(124,48,28); }
div.DivClassName
{
background-color: #7C301C;
}
.BgClassName
{
background-color: #7C301C;
}
</style>
border-color css
<style>
span { border-color: #7C301C; }
span { border-color: rgb(124,48,28); }
td.TdClassName
{
border-color: #7C301C;
}
.TagClassName
{
border-color: #7C301C;
}
</style>