Shades of Burnt Umber #86290E
Tints of Burnt Umber #86290E
RGB
CMYK
RGB Variations
Color information
#86290E (or 0x86290E) is known color: Burnt Umber. HEX triplet: 86, 29 and 0E. RGB value is (134,41,14). Sum of RGB (Red+Green+Blue) = 134+41+14=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #86290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86290E is #79D6F1. Grayscale: #414141. Windows color (decimal): -7984882 or 928134. OLE color: 928134.
HSL color Cylindrical-coordinate representation of color #86290E: hue angle of 13.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86290E is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 41 | 14 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.47 |
| HSL | 13.5º | 0.81% | 0.29% | - |
| HSV(B) | 13.5º | 0.9% | 0.53% | - |
| XYZ | 10.7 | 6.69 | 1.14 | - |
| YUV | 65.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 14 | 0 | 0.69 | 0.90 | 0.47 | 13.5 | 0.81 | 0.29 |
| Hex | 86 | 29 | E | 0 | 45 | 5A | 2F | E | 51 | 1D |
| Octal | 206 | 51 | 16 | 0 | 105 | 132 | 57 | 16 | 121 | 35 |
| Binary | 10000110 | 101001 | 1110 | 0 | 1000101 | 1011010 | 101111 | 1110 | 1010001 | 11101 |
Color Harmonies of #86290E
Complementary color
Monochromatic Colors of #86290E
Black with #86290E
Text Example
Text Example
White with #86290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86290E; }
p { color: rgb(134,41,14); }
H1.HeaderClassName
{
color: #86290E;
}
.AnyTagClassName
{
color: #86290E;
}
</style>
background-color css
<style>
a { background-color: #86290E; }
a { background-color: rgb(134,41,14); }
div.DivClassName
{
background-color: #86290E;
}
.BgClassName
{
background-color: #86290E;
}
</style>
border-color css
<style>
span { border-color: #86290E; }
span { border-color: rgb(134,41,14); }
td.TdClassName
{
border-color: #86290E;
}
.TagClassName
{
border-color: #86290E;
}
</style>