Shades of Burnt Umber #86290D
Tints of Burnt Umber #86290D
RGB
CMYK
RGB Variations
Color information
#86290D (or 0x86290D) is known color: Burnt Umber. HEX triplet: 86, 29 and 0D. RGB value is (134,41,13). Sum of RGB (Red+Green+Blue) = 134+41+13=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #86290D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86290D is #79D6F2. Grayscale: #414141. Windows color (decimal): -7984883 or 862598. OLE color: 862598.
HSL color Cylindrical-coordinate representation of color #86290D: hue angle of 13.88º degrees, saturation: 0.82, 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 #86290D is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 41 | 13 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.47 |
| HSL | 13.88º | 0.82% | 0.29% | - |
| HSV(B) | 13.88º | 0.9% | 0.53% | - |
| XYZ | 10.7 | 6.68 | 1.11 | - |
| YUV | 65.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 41 | 13 | 0 | 0.69 | 0.90 | 0.47 | 13.88 | 0.82 | 0.29 |
| Hex | 86 | 29 | D | 0 | 45 | 5A | 2F | E | 52 | 1D |
| Octal | 206 | 51 | 15 | 0 | 105 | 132 | 57 | 16 | 122 | 35 |
| Binary | 10000110 | 101001 | 1101 | 0 | 1000101 | 1011010 | 101111 | 1110 | 1010010 | 11101 |
Color Harmonies of #86290D
Complementary color
Monochromatic Colors of #86290D
Black with #86290D
Text Example
Text Example
White with #86290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86290D; }
p { color: rgb(134,41,13); }
H1.HeaderClassName
{
color: #86290D;
}
.AnyTagClassName
{
color: #86290D;
}
</style>
background-color css
<style>
a { background-color: #86290D; }
a { background-color: rgb(134,41,13); }
div.DivClassName
{
background-color: #86290D;
}
.BgClassName
{
background-color: #86290D;
}
</style>
border-color css
<style>
span { border-color: #86290D; }
span { border-color: rgb(134,41,13); }
td.TdClassName
{
border-color: #86290D;
}
.TagClassName
{
border-color: #86290D;
}
</style>