Shades of Burnt Umber #7F2F25
Tints of Burnt Umber #7F2F25
RGB
CMYK
RGB Variations
Color information
#7F2F25 (or 0x7F2F25) is known color: Burnt Umber. HEX triplet: 7F, 2F and 25. RGB value is (127,47,37). Sum of RGB (Red+Green+Blue) = 127+47+37=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2F25 is #80D0DA. Grayscale: #454545. Windows color (decimal): -8442075 or 2436991. OLE color: 2436991.
HSL color Cylindrical-coordinate representation of color #7F2F25: hue angle of 6.67º 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 #7F2F25 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 47 | 37 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.50 |
| HSL | 6.67º | 0.55% | 0.32% | - |
| HSV(B) | 6.67º | 0.71% | 0.5% | - |
| XYZ | 10.1 | 6.68 | 2.51 | - |
| YUV | 69.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 37 | 0 | 0.63 | 0.71 | 0.50 | 6.67 | 0.55 | 0.32 |
| Hex | 7F | 2F | 25 | 0 | 3F | 47 | 32 | 7 | 37 | 20 |
| Octal | 177 | 57 | 45 | 0 | 77 | 107 | 62 | 7 | 67 | 40 |
| Binary | 1111111 | 101111 | 100101 | 0 | 111111 | 1000111 | 110010 | 111 | 110111 | 100000 |
Color Harmonies of #7F2F25
Complementary color
Monochromatic Colors of #7F2F25
Black with #7F2F25
Text Example
Text Example
White with #7F2F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2F25; }
p { color: rgb(127,47,37); }
H1.HeaderClassName
{
color: #7F2F25;
}
.AnyTagClassName
{
color: #7F2F25;
}
</style>
background-color css
<style>
a { background-color: #7F2F25; }
a { background-color: rgb(127,47,37); }
div.DivClassName
{
background-color: #7F2F25;
}
.BgClassName
{
background-color: #7F2F25;
}
</style>
border-color css
<style>
span { border-color: #7F2F25; }
span { border-color: rgb(127,47,37); }
td.TdClassName
{
border-color: #7F2F25;
}
.TagClassName
{
border-color: #7F2F25;
}
</style>