Shades of Burnt Umber #7D3224
Tints of Burnt Umber #7D3224
RGB
CMYK
RGB Variations
Color information
#7D3224 (or 0x7D3224) is known color: Burnt Umber. HEX triplet: 7D, 32 and 24. RGB value is (125,50,36). Sum of RGB (Red+Green+Blue) = 125+50+36=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3224 is #82CDDB. Grayscale: #464646. Windows color (decimal): -8572380 or 2372221. OLE color: 2372221.
HSL color Cylindrical-coordinate representation of color #7D3224: hue angle of 9.44º 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 #7D3224 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 50 | 36 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.51 |
| HSL | 9.44º | 0.55% | 0.32% | - |
| HSV(B) | 9.44º | 0.71% | 0.49% | - |
| XYZ | 9.92 | 6.77 | 2.45 | - |
| YUV | 70.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 50 | 36 | 0 | 0.60 | 0.71 | 0.51 | 9.44 | 0.55 | 0.32 |
| Hex | 7D | 32 | 24 | 0 | 3C | 47 | 33 | 9 | 37 | 20 |
| Octal | 175 | 62 | 44 | 0 | 74 | 107 | 63 | 11 | 67 | 40 |
| Binary | 1111101 | 110010 | 100100 | 0 | 111100 | 1000111 | 110011 | 1001 | 110111 | 100000 |
Color Harmonies of #7D3224
Complementary color
Monochromatic Colors of #7D3224
Black with #7D3224
Text Example
Text Example
White with #7D3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3224; }
p { color: rgb(125,50,36); }
H1.HeaderClassName
{
color: #7D3224;
}
.AnyTagClassName
{
color: #7D3224;
}
</style>
background-color css
<style>
a { background-color: #7D3224; }
a { background-color: rgb(125,50,36); }
div.DivClassName
{
background-color: #7D3224;
}
.BgClassName
{
background-color: #7D3224;
}
</style>
border-color css
<style>
span { border-color: #7D3224; }
span { border-color: rgb(125,50,36); }
td.TdClassName
{
border-color: #7D3224;
}
.TagClassName
{
border-color: #7D3224;
}
</style>