Shades of Burnt Umber #7D2E15
Tints of Burnt Umber #7D2E15
RGB
CMYK
RGB Variations
Color information
#7D2E15 (or 0x7D2E15) is known color: Burnt Umber. HEX triplet: 7D, 2E and 15. RGB value is (125,46,21). Sum of RGB (Red+Green+Blue) = 125+46+21=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2E15 is #82D1EA. Grayscale: #424242. Windows color (decimal): -8573419 or 1388157. OLE color: 1388157.
HSL color Cylindrical-coordinate representation of color #7D2E15: hue angle of 14.42º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D2E15 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 46 | 21 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.51 |
| HSL | 14.42º | 0.71% | 0.29% | - |
| HSV(B) | 14.42º | 0.83% | 0.49% | - |
| XYZ | 9.57 | 6.37 | 1.43 | - |
| YUV | 66.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 46 | 21 | 0 | 0.63 | 0.83 | 0.51 | 14.42 | 0.71 | 0.29 |
| Hex | 7D | 2E | 15 | 0 | 3F | 53 | 33 | E | 47 | 1D |
| Octal | 175 | 56 | 25 | 0 | 77 | 123 | 63 | 16 | 107 | 35 |
| Binary | 1111101 | 101110 | 10101 | 0 | 111111 | 1010011 | 110011 | 1110 | 1000111 | 11101 |
Color Harmonies of #7D2E15
Complementary color
Monochromatic Colors of #7D2E15
Black with #7D2E15
Text Example
Text Example
White with #7D2E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2E15; }
p { color: rgb(125,46,21); }
H1.HeaderClassName
{
color: #7D2E15;
}
.AnyTagClassName
{
color: #7D2E15;
}
</style>
background-color css
<style>
a { background-color: #7D2E15; }
a { background-color: rgb(125,46,21); }
div.DivClassName
{
background-color: #7D2E15;
}
.BgClassName
{
background-color: #7D2E15;
}
</style>
border-color css
<style>
span { border-color: #7D2E15; }
span { border-color: rgb(125,46,21); }
td.TdClassName
{
border-color: #7D2E15;
}
.TagClassName
{
border-color: #7D2E15;
}
</style>