Shades of Burnt Umber #86341E
Tints of Burnt Umber #86341E
RGB
CMYK
RGB Variations
Color information
#86341E (or 0x86341E) is known color: Burnt Umber. HEX triplet: 86, 34 and 1E. RGB value is (134,52,30). Sum of RGB (Red+Green+Blue) = 134+52+30=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86341E is #79CBE1. Grayscale: #4A4A4A. Windows color (decimal): -7982050 or 1979526. OLE color: 1979526.
HSL color Cylindrical-coordinate representation of color #86341E: hue angle of 12.69º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86341E is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 30 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.47 |
| HSL | 12.69º | 0.63% | 0.32% | - |
| HSV(B) | 12.69º | 0.78% | 0.53% | - |
| XYZ | 11.29 | 7.62 | 2.1 | - |
| YUV | 74.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 30 | 0 | 0.61 | 0.78 | 0.47 | 12.69 | 0.63 | 0.32 |
| Hex | 86 | 34 | 1E | 0 | 3D | 4E | 2F | D | 3F | 20 |
| Octal | 206 | 64 | 36 | 0 | 75 | 116 | 57 | 15 | 77 | 40 |
| Binary | 10000110 | 110100 | 11110 | 0 | 111101 | 1001110 | 101111 | 1101 | 111111 | 100000 |
Color Harmonies of #86341E
Complementary color
Monochromatic Colors of #86341E
Black with #86341E
Text Example
Text Example
White with #86341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86341E; }
p { color: rgb(134,52,30); }
H1.HeaderClassName
{
color: #86341E;
}
.AnyTagClassName
{
color: #86341E;
}
</style>
background-color css
<style>
a { background-color: #86341E; }
a { background-color: rgb(134,52,30); }
div.DivClassName
{
background-color: #86341E;
}
.BgClassName
{
background-color: #86341E;
}
</style>
border-color css
<style>
span { border-color: #86341E; }
span { border-color: rgb(134,52,30); }
td.TdClassName
{
border-color: #86341E;
}
.TagClassName
{
border-color: #86341E;
}
</style>