Shades of Burnt Umber #86311F
Tints of Burnt Umber #86311F
RGB
CMYK
RGB Variations
Color information
#86311F (or 0x86311F) is known color: Burnt Umber. HEX triplet: 86, 31 and 1F. RGB value is (134,49,31). Sum of RGB (Red+Green+Blue) = 134+49+31=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86311F is #79CEE0. Grayscale: #484848. Windows color (decimal): -7982817 or 2044294. OLE color: 2044294.
HSL color Cylindrical-coordinate representation of color #86311F: hue angle of 10.49º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86311F is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 31 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.47 |
| HSL | 10.49º | 0.62% | 0.32% | - |
| HSV(B) | 10.49º | 0.77% | 0.53% | - |
| XYZ | 11.18 | 7.36 | 2.13 | - |
| YUV | 72.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 31 | 0 | 0.63 | 0.77 | 0.47 | 10.49 | 0.62 | 0.32 |
| Hex | 86 | 31 | 1F | 0 | 3F | 4D | 2F | A | 3E | 20 |
| Octal | 206 | 61 | 37 | 0 | 77 | 115 | 57 | 12 | 76 | 40 |
| Binary | 10000110 | 110001 | 11111 | 0 | 111111 | 1001101 | 101111 | 1010 | 111110 | 100000 |
Color Harmonies of #86311F
Complementary color
Monochromatic Colors of #86311F
Black with #86311F
Text Example
Text Example
White with #86311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86311F; }
p { color: rgb(134,49,31); }
H1.HeaderClassName
{
color: #86311F;
}
.AnyTagClassName
{
color: #86311F;
}
</style>
background-color css
<style>
a { background-color: #86311F; }
a { background-color: rgb(134,49,31); }
div.DivClassName
{
background-color: #86311F;
}
.BgClassName
{
background-color: #86311F;
}
</style>
border-color css
<style>
span { border-color: #86311F; }
span { border-color: rgb(134,49,31); }
td.TdClassName
{
border-color: #86311F;
}
.TagClassName
{
border-color: #86311F;
}
</style>