Shades of Burnt Umber #86361E
Tints of Burnt Umber #86361E
RGB
CMYK
RGB Variations
Color information
#86361E (or 0x86361E) is known color: Burnt Umber. HEX triplet: 86, 36 and 1E. RGB value is (134,54,30). Sum of RGB (Red+Green+Blue) = 134+54+30=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #86361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86361E is #79C9E1. Grayscale: #4B4B4B. Windows color (decimal): -7981538 or 1980038. OLE color: 1980038.
HSL color Cylindrical-coordinate representation of color #86361E: hue angle of 13.85º 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 #86361E is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 54 | 30 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.47 |
| HSL | 13.85º | 0.63% | 0.32% | - |
| HSV(B) | 13.85º | 0.78% | 0.53% | - |
| XYZ | 11.39 | 7.8 | 2.13 | - |
| YUV | 75.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 30 | 0 | 0.60 | 0.78 | 0.47 | 13.85 | 0.63 | 0.32 |
| Hex | 86 | 36 | 1E | 0 | 3C | 4E | 2F | E | 3F | 20 |
| Octal | 206 | 66 | 36 | 0 | 74 | 116 | 57 | 16 | 77 | 40 |
| Binary | 10000110 | 110110 | 11110 | 0 | 111100 | 1001110 | 101111 | 1110 | 111111 | 100000 |
Color Harmonies of #86361E
Complementary color
Monochromatic Colors of #86361E
Black with #86361E
Text Example
Text Example
White with #86361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86361E; }
p { color: rgb(134,54,30); }
H1.HeaderClassName
{
color: #86361E;
}
.AnyTagClassName
{
color: #86361E;
}
</style>
background-color css
<style>
a { background-color: #86361E; }
a { background-color: rgb(134,54,30); }
div.DivClassName
{
background-color: #86361E;
}
.BgClassName
{
background-color: #86361E;
}
</style>
border-color css
<style>
span { border-color: #86361E; }
span { border-color: rgb(134,54,30); }
td.TdClassName
{
border-color: #86361E;
}
.TagClassName
{
border-color: #86361E;
}
</style>