Shades of Burnt Umber #86361F
Tints of Burnt Umber #86361F
RGB
CMYK
RGB Variations
Color information
#86361F (or 0x86361F) is known color: Burnt Umber. HEX triplet: 86, 36 and 1F. RGB value is (134,54,31). Sum of RGB (Red+Green+Blue) = 134+54+31=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #86361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86361F is #79C9E0. Grayscale: #4B4B4B. Windows color (decimal): -7981537 or 2045574. OLE color: 2045574.
HSL color Cylindrical-coordinate representation of color #86361F: hue angle of 13.4º 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 #86361F is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 54 | 31 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.47 |
| HSL | 13.4º | 0.62% | 0.32% | - |
| HSV(B) | 13.4º | 0.77% | 0.53% | - |
| XYZ | 11.4 | 7.81 | 2.2 | - |
| YUV | 75.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 31 | 0 | 0.60 | 0.77 | 0.47 | 13.4 | 0.62 | 0.32 |
| Hex | 86 | 36 | 1F | 0 | 3C | 4D | 2F | D | 3E | 20 |
| Octal | 206 | 66 | 37 | 0 | 74 | 115 | 57 | 15 | 76 | 40 |
| Binary | 10000110 | 110110 | 11111 | 0 | 111100 | 1001101 | 101111 | 1101 | 111110 | 100000 |
Color Harmonies of #86361F
Complementary color
Monochromatic Colors of #86361F
Black with #86361F
Text Example
Text Example
White with #86361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86361F; }
p { color: rgb(134,54,31); }
H1.HeaderClassName
{
color: #86361F;
}
.AnyTagClassName
{
color: #86361F;
}
</style>
background-color css
<style>
a { background-color: #86361F; }
a { background-color: rgb(134,54,31); }
div.DivClassName
{
background-color: #86361F;
}
.BgClassName
{
background-color: #86361F;
}
</style>
border-color css
<style>
span { border-color: #86361F; }
span { border-color: rgb(134,54,31); }
td.TdClassName
{
border-color: #86361F;
}
.TagClassName
{
border-color: #86361F;
}
</style>