Shades of Burnt Umber #7F351D
Tints of Burnt Umber #7F351D
RGB
CMYK
RGB Variations
Color information
#7F351D (or 0x7F351D) is known color: Burnt Umber. HEX triplet: 7F, 35 and 1D. RGB value is (127,53,29). Sum of RGB (Red+Green+Blue) = 127+53+29=209 (27% of max value = 765). Red value is 127 (50% from 255 or 60.77% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 127 - color contains mainly: red. Hex color #7F351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F351D is #80CAE2. Grayscale: #484848. Windows color (decimal): -8440547 or 1914239. OLE color: 1914239.
HSL color Cylindrical-coordinate representation of color #7F351D: hue angle of 14.69º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F351D is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 29 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.50 |
| HSL | 14.69º | 0.63% | 0.31% | - |
| HSV(B) | 14.69º | 0.77% | 0.5% | - |
| XYZ | 10.25 | 7.15 | 2 | - |
| YUV | 72.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 29 | 0 | 0.58 | 0.77 | 0.50 | 14.69 | 0.63 | 0.31 |
| Hex | 7F | 35 | 1D | 0 | 3A | 4D | 32 | F | 3F | 1F |
| Octal | 177 | 65 | 35 | 0 | 72 | 115 | 62 | 17 | 77 | 37 |
| Binary | 1111111 | 110101 | 11101 | 0 | 111010 | 1001101 | 110010 | 1111 | 111111 | 11111 |
Color Harmonies of #7F351D
Complementary color
Monochromatic Colors of #7F351D
Black with #7F351D
Text Example
Text Example
White with #7F351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F351D; }
p { color: rgb(127,53,29); }
H1.HeaderClassName
{
color: #7F351D;
}
.AnyTagClassName
{
color: #7F351D;
}
</style>
background-color css
<style>
a { background-color: #7F351D; }
a { background-color: rgb(127,53,29); }
div.DivClassName
{
background-color: #7F351D;
}
.BgClassName
{
background-color: #7F351D;
}
</style>
border-color css
<style>
span { border-color: #7F351D; }
span { border-color: rgb(127,53,29); }
td.TdClassName
{
border-color: #7F351D;
}
.TagClassName
{
border-color: #7F351D;
}
</style>