Shades of Burnt Umber #7D3426
Tints of Burnt Umber #7D3426
RGB
CMYK
RGB Variations
Color information
#7D3426 (or 0x7D3426) is known color: Burnt Umber. HEX triplet: 7D, 34 and 26. RGB value is (125,52,38). Sum of RGB (Red+Green+Blue) = 125+52+38=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3426 is #82CBD9. Grayscale: #484848. Windows color (decimal): -8571866 or 2503805. OLE color: 2503805.
HSL color Cylindrical-coordinate representation of color #7D3426: hue angle of 9.66º 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 #7D3426 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 52 | 38 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.51 |
| HSL | 9.66º | 0.53% | 0.32% | - |
| HSV(B) | 9.66º | 0.7% | 0.49% | - |
| XYZ | 10.04 | 6.96 | 2.65 | - |
| YUV | 72.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 38 | 0 | 0.58 | 0.70 | 0.51 | 9.66 | 0.53 | 0.32 |
| Hex | 7D | 34 | 26 | 0 | 3A | 46 | 33 | A | 35 | 20 |
| Octal | 175 | 64 | 46 | 0 | 72 | 106 | 63 | 12 | 65 | 40 |
| Binary | 1111101 | 110100 | 100110 | 0 | 111010 | 1000110 | 110011 | 1010 | 110101 | 100000 |
Color Harmonies of #7D3426
Complementary color
Monochromatic Colors of #7D3426
Black with #7D3426
Text Example
Text Example
White with #7D3426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3426; }
p { color: rgb(125,52,38); }
H1.HeaderClassName
{
color: #7D3426;
}
.AnyTagClassName
{
color: #7D3426;
}
</style>
background-color css
<style>
a { background-color: #7D3426; }
a { background-color: rgb(125,52,38); }
div.DivClassName
{
background-color: #7D3426;
}
.BgClassName
{
background-color: #7D3426;
}
</style>
border-color css
<style>
span { border-color: #7D3426; }
span { border-color: rgb(125,52,38); }
td.TdClassName
{
border-color: #7D3426;
}
.TagClassName
{
border-color: #7D3426;
}
</style>