Shades of Burnt Umber #7F351E
Tints of Burnt Umber #7F351E
RGB
CMYK
RGB Variations
Color information
#7F351E (or 0x7F351E) is known color: Burnt Umber. HEX triplet: 7F, 35 and 1E. RGB value is (127,53,30). Sum of RGB (Red+Green+Blue) = 127+53+30=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F351E is #80CAE1. Grayscale: #484848. Windows color (decimal): -8440546 or 1979775. OLE color: 1979775.
HSL color Cylindrical-coordinate representation of color #7F351E: hue angle of 14.23º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F351E is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 30 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.50 |
| HSL | 14.23º | 0.62% | 0.31% | - |
| HSV(B) | 14.23º | 0.76% | 0.5% | - |
| XYZ | 10.26 | 7.15 | 2.07 | - |
| YUV | 72.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 30 | 0 | 0.58 | 0.76 | 0.50 | 14.23 | 0.62 | 0.31 |
| Hex | 7F | 35 | 1E | 0 | 3A | 4C | 32 | E | 3E | 1F |
| Octal | 177 | 65 | 36 | 0 | 72 | 114 | 62 | 16 | 76 | 37 |
| Binary | 1111111 | 110101 | 11110 | 0 | 111010 | 1001100 | 110010 | 1110 | 111110 | 11111 |
Color Harmonies of #7F351E
Complementary color
Monochromatic Colors of #7F351E
Black with #7F351E
Text Example
Text Example
White with #7F351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F351E; }
p { color: rgb(127,53,30); }
H1.HeaderClassName
{
color: #7F351E;
}
.AnyTagClassName
{
color: #7F351E;
}
</style>
background-color css
<style>
a { background-color: #7F351E; }
a { background-color: rgb(127,53,30); }
div.DivClassName
{
background-color: #7F351E;
}
.BgClassName
{
background-color: #7F351E;
}
</style>
border-color css
<style>
span { border-color: #7F351E; }
span { border-color: rgb(127,53,30); }
td.TdClassName
{
border-color: #7F351E;
}
.TagClassName
{
border-color: #7F351E;
}
</style>