Shades of Burnt Umber #86331F
Tints of Burnt Umber #86331F
RGB
CMYK
RGB Variations
Color information
#86331F (or 0x86331F) is known color: Burnt Umber. HEX triplet: 86, 33 and 1F. RGB value is (134,51,31). Sum of RGB (Red+Green+Blue) = 134+51+31=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86331F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86331F is #79CCE0. Grayscale: #494949. Windows color (decimal): -7982305 or 2044806. OLE color: 2044806.
HSL color Cylindrical-coordinate representation of color #86331F: hue angle of 11.65º 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 #86331F is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 31 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.47 |
| HSL | 11.65º | 0.62% | 0.32% | - |
| HSV(B) | 11.65º | 0.77% | 0.53% | - |
| XYZ | 11.26 | 7.53 | 2.16 | - |
| YUV | 73.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 31 | 0 | 0.62 | 0.77 | 0.47 | 11.65 | 0.62 | 0.32 |
| Hex | 86 | 33 | 1F | 0 | 3E | 4D | 2F | C | 3E | 20 |
| Octal | 206 | 63 | 37 | 0 | 76 | 115 | 57 | 14 | 76 | 40 |
| Binary | 10000110 | 110011 | 11111 | 0 | 111110 | 1001101 | 101111 | 1100 | 111110 | 100000 |
Color Harmonies of #86331F
Complementary color
Monochromatic Colors of #86331F
Black with #86331F
Text Example
Text Example
White with #86331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86331F; }
p { color: rgb(134,51,31); }
H1.HeaderClassName
{
color: #86331F;
}
.AnyTagClassName
{
color: #86331F;
}
</style>
background-color css
<style>
a { background-color: #86331F; }
a { background-color: rgb(134,51,31); }
div.DivClassName
{
background-color: #86331F;
}
.BgClassName
{
background-color: #86331F;
}
</style>
border-color css
<style>
span { border-color: #86331F; }
span { border-color: rgb(134,51,31); }
td.TdClassName
{
border-color: #86331F;
}
.TagClassName
{
border-color: #86331F;
}
</style>