Shades of Burnt Umber #7F2A0A
Tints of Burnt Umber #7F2A0A
RGB
CMYK
RGB Variations
Color information
#7F2A0A (or 0x7F2A0A) is known color: Burnt Umber. HEX triplet: 7F, 2A and 0A. RGB value is (127,42,10). Sum of RGB (Red+Green+Blue) = 127+42+10=179 (23% of max value = 765). Red value is 127 (50% from 255 or 70.95% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2A0A is #80D5F5. Grayscale: #3F3F3F. Windows color (decimal): -8443382 or 666239. OLE color: 666239.
HSL color Cylindrical-coordinate representation of color #7F2A0A: hue angle of 16.41º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F2A0A is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 42 | 10 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.50 |
| HSL | 16.41º | 0.85% | 0.27% | - |
| HSV(B) | 16.41º | 0.92% | 0.5% | - |
| XYZ | 9.64 | 6.19 | 0.97 | - |
| YUV | 63.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 10 | 0 | 0.67 | 0.92 | 0.50 | 16.41 | 0.85 | 0.27 |
| Hex | 7F | 2A | A | 0 | 43 | 5C | 32 | 10 | 55 | 1B |
| Octal | 177 | 52 | 12 | 0 | 103 | 134 | 62 | 20 | 125 | 33 |
| Binary | 1111111 | 101010 | 1010 | 0 | 1000011 | 1011100 | 110010 | 10000 | 1010101 | 11011 |
Color Harmonies of #7F2A0A
Complementary color
Monochromatic Colors of #7F2A0A
Black with #7F2A0A
Text Example
Text Example
White with #7F2A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2A0A; }
p { color: rgb(127,42,10); }
H1.HeaderClassName
{
color: #7F2A0A;
}
.AnyTagClassName
{
color: #7F2A0A;
}
</style>
background-color css
<style>
a { background-color: #7F2A0A; }
a { background-color: rgb(127,42,10); }
div.DivClassName
{
background-color: #7F2A0A;
}
.BgClassName
{
background-color: #7F2A0A;
}
</style>
border-color css
<style>
span { border-color: #7F2A0A; }
span { border-color: rgb(127,42,10); }
td.TdClassName
{
border-color: #7F2A0A;
}
.TagClassName
{
border-color: #7F2A0A;
}
</style>