Shades of Burnt Umber #7F2D1A
Tints of Burnt Umber #7F2D1A
RGB
CMYK
RGB Variations
Color information
#7F2D1A (or 0x7F2D1A) is known color: Burnt Umber. HEX triplet: 7F, 2D and 1A. RGB value is (127,45,26). Sum of RGB (Red+Green+Blue) = 127+45+26=198 (26% of max value = 765). Red value is 127 (50% from 255 or 64.14% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2D1A is #80D2E5. Grayscale: #434343. Windows color (decimal): -8442598 or 1715583. OLE color: 1715583.
HSL color Cylindrical-coordinate representation of color #7F2D1A: hue angle of 11.29º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F2D1A is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 45 | 26 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.50 |
| HSL | 11.29º | 0.66% | 0.3% | - |
| HSV(B) | 11.29º | 0.8% | 0.5% | - |
| XYZ | 9.88 | 6.46 | 1.7 | - |
| YUV | 67.35 | 104.67 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 26 | 0 | 0.65 | 0.80 | 0.50 | 11.29 | 0.66 | 0.3 |
| Hex | 7F | 2D | 1A | 0 | 41 | 50 | 32 | B | 42 | 1E |
| Octal | 177 | 55 | 32 | 0 | 101 | 120 | 62 | 13 | 102 | 36 |
| Binary | 1111111 | 101101 | 11010 | 0 | 1000001 | 1010000 | 110010 | 1011 | 1000010 | 11110 |
Color Harmonies of #7F2D1A
Complementary color
Monochromatic Colors of #7F2D1A
Black with #7F2D1A
Text Example
Text Example
White with #7F2D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D1A; }
p { color: rgb(127,45,26); }
H1.HeaderClassName
{
color: #7F2D1A;
}
.AnyTagClassName
{
color: #7F2D1A;
}
</style>
background-color css
<style>
a { background-color: #7F2D1A; }
a { background-color: rgb(127,45,26); }
div.DivClassName
{
background-color: #7F2D1A;
}
.BgClassName
{
background-color: #7F2D1A;
}
</style>
border-color css
<style>
span { border-color: #7F2D1A; }
span { border-color: rgb(127,45,26); }
td.TdClassName
{
border-color: #7F2D1A;
}
.TagClassName
{
border-color: #7F2D1A;
}
</style>