Shades of Burnt Umber #7D3726
Tints of Burnt Umber #7D3726
RGB
CMYK
RGB Variations
Color information
#7D3726 (or 0x7D3726) is known color: Burnt Umber. HEX triplet: 7D, 37 and 26. RGB value is (125,55,38). Sum of RGB (Red+Green+Blue) = 125+55+38=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3726 is #82C8D9. Grayscale: #4A4A4A. Windows color (decimal): -8571098 or 2504573. OLE color: 2504573.
HSL color Cylindrical-coordinate representation of color #7D3726: hue angle of 11.72º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D3726 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 38 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.51 |
| HSL | 11.72º | 0.53% | 0.32% | - |
| HSV(B) | 11.72º | 0.7% | 0.49% | - |
| XYZ | 10.17 | 7.23 | 2.69 | - |
| YUV | 73.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 38 | 0 | 0.56 | 0.70 | 0.51 | 11.72 | 0.53 | 0.32 |
| Hex | 7D | 37 | 26 | 0 | 38 | 46 | 33 | C | 35 | 20 |
| Octal | 175 | 67 | 46 | 0 | 70 | 106 | 63 | 14 | 65 | 40 |
| Binary | 1111101 | 110111 | 100110 | 0 | 111000 | 1000110 | 110011 | 1100 | 110101 | 100000 |
Color Harmonies of #7D3726
Complementary color
Monochromatic Colors of #7D3726
Black with #7D3726
Text Example
Text Example
White with #7D3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3726; }
p { color: rgb(125,55,38); }
H1.HeaderClassName
{
color: #7D3726;
}
.AnyTagClassName
{
color: #7D3726;
}
</style>
background-color css
<style>
a { background-color: #7D3726; }
a { background-color: rgb(125,55,38); }
div.DivClassName
{
background-color: #7D3726;
}
.BgClassName
{
background-color: #7D3726;
}
</style>
border-color css
<style>
span { border-color: #7D3726; }
span { border-color: rgb(125,55,38); }
td.TdClassName
{
border-color: #7D3726;
}
.TagClassName
{
border-color: #7D3726;
}
</style>