Shades of Burnt Umber #86391F
Tints of Burnt Umber #86391F
RGB
CMYK
RGB Variations
Color information
#86391F (or 0x86391F) is known color: Burnt Umber. HEX triplet: 86, 39 and 1F. RGB value is (134,57,31). Sum of RGB (Red+Green+Blue) = 134+57+31=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #86391F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86391F is #79C6E0. Grayscale: #4D4D4D. Windows color (decimal): -7980769 or 2046342. OLE color: 2046342.
HSL color Cylindrical-coordinate representation of color #86391F: hue angle of 15.15º 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 #86391F is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 31 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.47 |
| HSL | 15.15º | 0.62% | 0.32% | - |
| HSV(B) | 15.15º | 0.77% | 0.53% | - |
| XYZ | 11.54 | 8.09 | 2.25 | - |
| YUV | 77.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 31 | 0 | 0.57 | 0.77 | 0.47 | 15.15 | 0.62 | 0.32 |
| Hex | 86 | 39 | 1F | 0 | 39 | 4D | 2F | F | 3E | 20 |
| Octal | 206 | 71 | 37 | 0 | 71 | 115 | 57 | 17 | 76 | 40 |
| Binary | 10000110 | 111001 | 11111 | 0 | 111001 | 1001101 | 101111 | 1111 | 111110 | 100000 |
Color Harmonies of #86391F
Complementary color
Monochromatic Colors of #86391F
Black with #86391F
Text Example
Text Example
White with #86391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86391F; }
p { color: rgb(134,57,31); }
H1.HeaderClassName
{
color: #86391F;
}
.AnyTagClassName
{
color: #86391F;
}
</style>
background-color css
<style>
a { background-color: #86391F; }
a { background-color: rgb(134,57,31); }
div.DivClassName
{
background-color: #86391F;
}
.BgClassName
{
background-color: #86391F;
}
</style>
border-color css
<style>
span { border-color: #86391F; }
span { border-color: rgb(134,57,31); }
td.TdClassName
{
border-color: #86391F;
}
.TagClassName
{
border-color: #86391F;
}
</style>