Shades of Burnt Umber #863A1E
Tints of Burnt Umber #863A1E
RGB
CMYK
RGB Variations
Color information
#863A1E (or 0x863A1E) is known color: Burnt Umber. HEX triplet: 86, 3A and 1E. RGB value is (134,58,30). Sum of RGB (Red+Green+Blue) = 134+58+30=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #863A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A1E is #79C5E1. Grayscale: #4D4D4D. Windows color (decimal): -7980514 or 1981062. OLE color: 1981062.
HSL color Cylindrical-coordinate representation of color #863A1E: hue angle of 16.15º 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 #863A1E is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 30 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.47 |
| HSL | 16.15º | 0.63% | 0.32% | - |
| HSV(B) | 16.15º | 0.78% | 0.53% | - |
| XYZ | 11.58 | 8.19 | 2.2 | - |
| YUV | 77.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 30 | 0 | 0.57 | 0.78 | 0.47 | 16.15 | 0.63 | 0.32 |
| Hex | 86 | 3A | 1E | 0 | 39 | 4E | 2F | 10 | 3F | 20 |
| Octal | 206 | 72 | 36 | 0 | 71 | 116 | 57 | 20 | 77 | 40 |
| Binary | 10000110 | 111010 | 11110 | 0 | 111001 | 1001110 | 101111 | 10000 | 111111 | 100000 |
Color Harmonies of #863A1E
Complementary color
Monochromatic Colors of #863A1E
Black with #863A1E
Text Example
Text Example
White with #863A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A1E; }
p { color: rgb(134,58,30); }
H1.HeaderClassName
{
color: #863A1E;
}
.AnyTagClassName
{
color: #863A1E;
}
</style>
background-color css
<style>
a { background-color: #863A1E; }
a { background-color: rgb(134,58,30); }
div.DivClassName
{
background-color: #863A1E;
}
.BgClassName
{
background-color: #863A1E;
}
</style>
border-color css
<style>
span { border-color: #863A1E; }
span { border-color: rgb(134,58,30); }
td.TdClassName
{
border-color: #863A1E;
}
.TagClassName
{
border-color: #863A1E;
}
</style>