Shades of Burnt Umber #7D3121
Tints of Burnt Umber #7D3121
RGB
CMYK
RGB Variations
Color information
#7D3121 (or 0x7D3121) is known color: Burnt Umber. HEX triplet: 7D, 31 and 21. RGB value is (125,49,33). Sum of RGB (Red+Green+Blue) = 125+49+33=207 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.39% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3121 is #82CEDE. Grayscale: #464646. Windows color (decimal): -8572639 or 2175357. OLE color: 2175357.
HSL color Cylindrical-coordinate representation of color #7D3121: hue angle of 10.43º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D3121 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 49 | 33 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.51 |
| HSL | 10.43º | 0.58% | 0.31% | - |
| HSV(B) | 10.43º | 0.74% | 0.49% | - |
| XYZ | 9.83 | 6.67 | 2.21 | - |
| YUV | 69.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 33 | 0 | 0.61 | 0.74 | 0.51 | 10.43 | 0.58 | 0.31 |
| Hex | 7D | 31 | 21 | 0 | 3D | 4A | 33 | A | 3A | 1F |
| Octal | 175 | 61 | 41 | 0 | 75 | 112 | 63 | 12 | 72 | 37 |
| Binary | 1111101 | 110001 | 100001 | 0 | 111101 | 1001010 | 110011 | 1010 | 111010 | 11111 |
Color Harmonies of #7D3121
Complementary color
Monochromatic Colors of #7D3121
Black with #7D3121
Text Example
Text Example
White with #7D3121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3121; }
p { color: rgb(125,49,33); }
H1.HeaderClassName
{
color: #7D3121;
}
.AnyTagClassName
{
color: #7D3121;
}
</style>
background-color css
<style>
a { background-color: #7D3121; }
a { background-color: rgb(125,49,33); }
div.DivClassName
{
background-color: #7D3121;
}
.BgClassName
{
background-color: #7D3121;
}
</style>
border-color css
<style>
span { border-color: #7D3121; }
span { border-color: rgb(125,49,33); }
td.TdClassName
{
border-color: #7D3121;
}
.TagClassName
{
border-color: #7D3121;
}
</style>