Shades of Burnt Umber #7F3125
Tints of Burnt Umber #7F3125
RGB
CMYK
RGB Variations
Color information
#7F3125 (or 0x7F3125) is known color: Burnt Umber. HEX triplet: 7F, 31 and 25. RGB value is (127,49,37). Sum of RGB (Red+Green+Blue) = 127+49+37=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3125 is #80CEDA. Grayscale: #474747. Windows color (decimal): -8441563 or 2437503. OLE color: 2437503.
HSL color Cylindrical-coordinate representation of color #7F3125: hue angle of 8º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F3125 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 37 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.50 |
| HSL | 8º | 0.55% | 0.32% | - |
| HSV(B) | 8º | 0.71% | 0.5% | - |
| XYZ | 10.18 | 6.84 | 2.53 | - |
| YUV | 70.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 37 | 0 | 0.61 | 0.71 | 0.50 | 8 | 0.55 | 0.32 |
| Hex | 7F | 31 | 25 | 0 | 3D | 47 | 32 | 8 | 37 | 20 |
| Octal | 177 | 61 | 45 | 0 | 75 | 107 | 62 | 10 | 67 | 40 |
| Binary | 1111111 | 110001 | 100101 | 0 | 111101 | 1000111 | 110010 | 1000 | 110111 | 100000 |
Color Harmonies of #7F3125
Complementary color
Monochromatic Colors of #7F3125
Black with #7F3125
Text Example
Text Example
White with #7F3125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3125; }
p { color: rgb(127,49,37); }
H1.HeaderClassName
{
color: #7F3125;
}
.AnyTagClassName
{
color: #7F3125;
}
</style>
background-color css
<style>
a { background-color: #7F3125; }
a { background-color: rgb(127,49,37); }
div.DivClassName
{
background-color: #7F3125;
}
.BgClassName
{
background-color: #7F3125;
}
</style>
border-color css
<style>
span { border-color: #7F3125; }
span { border-color: rgb(127,49,37); }
td.TdClassName
{
border-color: #7F3125;
}
.TagClassName
{
border-color: #7F3125;
}
</style>