Shades of Burnt Umber #7D341E
Tints of Burnt Umber #7D341E
RGB
CMYK
RGB Variations
Color information
#7D341E (or 0x7D341E) is known color: Burnt Umber. HEX triplet: 7D, 34 and 1E. RGB value is (125,52,30). Sum of RGB (Red+Green+Blue) = 125+52+30=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D341E is #82CBE1. Grayscale: #474747. Windows color (decimal): -8571874 or 1979517. OLE color: 1979517.
HSL color Cylindrical-coordinate representation of color #7D341E: hue angle of 13.89º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D341E is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 52 | 30 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.51 |
| HSL | 13.89º | 0.61% | 0.3% | - |
| HSV(B) | 13.89º | 0.76% | 0.49% | - |
| XYZ | 9.92 | 6.91 | 2.04 | - |
| YUV | 71.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 30 | 0 | 0.58 | 0.76 | 0.51 | 13.89 | 0.61 | 0.3 |
| Hex | 7D | 34 | 1E | 0 | 3A | 4C | 33 | E | 3D | 1E |
| Octal | 175 | 64 | 36 | 0 | 72 | 114 | 63 | 16 | 75 | 36 |
| Binary | 1111101 | 110100 | 11110 | 0 | 111010 | 1001100 | 110011 | 1110 | 111101 | 11110 |
Color Harmonies of #7D341E
Complementary color
Monochromatic Colors of #7D341E
Black with #7D341E
Text Example
Text Example
White with #7D341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D341E; }
p { color: rgb(125,52,30); }
H1.HeaderClassName
{
color: #7D341E;
}
.AnyTagClassName
{
color: #7D341E;
}
</style>
background-color css
<style>
a { background-color: #7D341E; }
a { background-color: rgb(125,52,30); }
div.DivClassName
{
background-color: #7D341E;
}
.BgClassName
{
background-color: #7D341E;
}
</style>
border-color css
<style>
span { border-color: #7D341E; }
span { border-color: rgb(125,52,30); }
td.TdClassName
{
border-color: #7D341E;
}
.TagClassName
{
border-color: #7D341E;
}
</style>