Shades of Burnt Umber #7D2917
Tints of Burnt Umber #7D2917
RGB
CMYK
RGB Variations
Color information
#7D2917 (or 0x7D2917) is known color: Burnt Umber. HEX triplet: 7D, 29 and 17. RGB value is (125,41,23). Sum of RGB (Red+Green+Blue) = 125+41+23=189 (25% of max value = 765). Red value is 125 (49.22% from 255 or 66.14% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2917 is #82D6E8. Grayscale: #404040. Windows color (decimal): -8574697 or 1517949. OLE color: 1517949.
HSL color Cylindrical-coordinate representation of color #7D2917: hue angle of 10.59º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D2917 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 23 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.51 |
| HSL | 10.59º | 0.69% | 0.29% | - |
| HSV(B) | 10.59º | 0.82% | 0.49% | - |
| XYZ | 9.41 | 6.01 | 1.47 | - |
| YUV | 64.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 23 | 0 | 0.67 | 0.82 | 0.51 | 10.59 | 0.69 | 0.29 |
| Hex | 7D | 29 | 17 | 0 | 43 | 52 | 33 | B | 45 | 1D |
| Octal | 175 | 51 | 27 | 0 | 103 | 122 | 63 | 13 | 105 | 35 |
| Binary | 1111101 | 101001 | 10111 | 0 | 1000011 | 1010010 | 110011 | 1011 | 1000101 | 11101 |
Color Harmonies of #7D2917
Complementary color
Monochromatic Colors of #7D2917
Black with #7D2917
Text Example
Text Example
White with #7D2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2917; }
p { color: rgb(125,41,23); }
H1.HeaderClassName
{
color: #7D2917;
}
.AnyTagClassName
{
color: #7D2917;
}
</style>
background-color css
<style>
a { background-color: #7D2917; }
a { background-color: rgb(125,41,23); }
div.DivClassName
{
background-color: #7D2917;
}
.BgClassName
{
background-color: #7D2917;
}
</style>
border-color css
<style>
span { border-color: #7D2917; }
span { border-color: rgb(125,41,23); }
td.TdClassName
{
border-color: #7D2917;
}
.TagClassName
{
border-color: #7D2917;
}
</style>