Shades of Burnt Umber #7D3324
Tints of Burnt Umber #7D3324
RGB
CMYK
RGB Variations
Color information
#7D3324 (or 0x7D3324) is known color: Burnt Umber. HEX triplet: 7D, 33 and 24. RGB value is (125,51,36). Sum of RGB (Red+Green+Blue) = 125+51+36=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3324 is #82CCDB. Grayscale: #474747. Windows color (decimal): -8572124 or 2372477. OLE color: 2372477.
HSL color Cylindrical-coordinate representation of color #7D3324: hue angle of 10.11º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D3324 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 36 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.51 |
| HSL | 10.11º | 0.55% | 0.32% | - |
| HSV(B) | 10.11º | 0.71% | 0.49% | - |
| XYZ | 9.96 | 6.86 | 2.47 | - |
| YUV | 71.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 36 | 0 | 0.59 | 0.71 | 0.51 | 10.11 | 0.55 | 0.32 |
| Hex | 7D | 33 | 24 | 0 | 3B | 47 | 33 | A | 37 | 20 |
| Octal | 175 | 63 | 44 | 0 | 73 | 107 | 63 | 12 | 67 | 40 |
| Binary | 1111101 | 110011 | 100100 | 0 | 111011 | 1000111 | 110011 | 1010 | 110111 | 100000 |
Color Harmonies of #7D3324
Complementary color
Monochromatic Colors of #7D3324
Black with #7D3324
Text Example
Text Example
White with #7D3324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3324; }
p { color: rgb(125,51,36); }
H1.HeaderClassName
{
color: #7D3324;
}
.AnyTagClassName
{
color: #7D3324;
}
</style>
background-color css
<style>
a { background-color: #7D3324; }
a { background-color: rgb(125,51,36); }
div.DivClassName
{
background-color: #7D3324;
}
.BgClassName
{
background-color: #7D3324;
}
</style>
border-color css
<style>
span { border-color: #7D3324; }
span { border-color: rgb(125,51,36); }
td.TdClassName
{
border-color: #7D3324;
}
.TagClassName
{
border-color: #7D3324;
}
</style>