Shades of Burnt Umber #7D3625
Tints of Burnt Umber #7D3625
RGB
CMYK
RGB Variations
Color information
#7D3625 (or 0x7D3625) is known color: Burnt Umber. HEX triplet: 7D, 36 and 25. RGB value is (125,54,37). Sum of RGB (Red+Green+Blue) = 125+54+37=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3625 is #82C9DA. Grayscale: #494949. Windows color (decimal): -8571355 or 2438781. OLE color: 2438781.
HSL color Cylindrical-coordinate representation of color #7D3625: hue angle of 11.59º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D3625 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 54 | 37 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.51 |
| HSL | 11.59º | 0.54% | 0.32% | - |
| HSV(B) | 11.59º | 0.7% | 0.49% | - |
| XYZ | 10.11 | 7.13 | 2.59 | - |
| YUV | 73.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 37 | 0 | 0.57 | 0.70 | 0.51 | 11.59 | 0.54 | 0.32 |
| Hex | 7D | 36 | 25 | 0 | 39 | 46 | 33 | C | 36 | 20 |
| Octal | 175 | 66 | 45 | 0 | 71 | 106 | 63 | 14 | 66 | 40 |
| Binary | 1111101 | 110110 | 100101 | 0 | 111001 | 1000110 | 110011 | 1100 | 110110 | 100000 |
Color Harmonies of #7D3625
Complementary color
Monochromatic Colors of #7D3625
Black with #7D3625
Text Example
Text Example
White with #7D3625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3625; }
p { color: rgb(125,54,37); }
H1.HeaderClassName
{
color: #7D3625;
}
.AnyTagClassName
{
color: #7D3625;
}
</style>
background-color css
<style>
a { background-color: #7D3625; }
a { background-color: rgb(125,54,37); }
div.DivClassName
{
background-color: #7D3625;
}
.BgClassName
{
background-color: #7D3625;
}
</style>
border-color css
<style>
span { border-color: #7D3625; }
span { border-color: rgb(125,54,37); }
td.TdClassName
{
border-color: #7D3625;
}
.TagClassName
{
border-color: #7D3625;
}
</style>