Shades of Burnt Umber #863211
Tints of Burnt Umber #863211
RGB
CMYK
RGB Variations
Color information
#863211 (or 0x863211) is known color: Burnt Umber. HEX triplet: 86, 32 and 11. RGB value is (134,50,17). Sum of RGB (Red+Green+Blue) = 134+50+17=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #863211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863211 is #79CDEE. Grayscale: #474747. Windows color (decimal): -7982575 or 1127046. OLE color: 1127046.
HSL color Cylindrical-coordinate representation of color #863211: hue angle of 16.92º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #863211 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 17 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.47 |
| HSL | 16.92º | 0.77% | 0.3% | - |
| HSV(B) | 16.92º | 0.87% | 0.53% | - |
| XYZ | 11.07 | 7.39 | 1.37 | - |
| YUV | 71.35 | 97.33 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 17 | 0 | 0.63 | 0.87 | 0.47 | 16.92 | 0.77 | 0.3 |
| Hex | 86 | 32 | 11 | 0 | 3F | 57 | 2F | 11 | 4D | 1E |
| Octal | 206 | 62 | 21 | 0 | 77 | 127 | 57 | 21 | 115 | 36 |
| Binary | 10000110 | 110010 | 10001 | 0 | 111111 | 1010111 | 101111 | 10001 | 1001101 | 11110 |
Color Harmonies of #863211
Complementary color
Monochromatic Colors of #863211
Black with #863211
Text Example
Text Example
White with #863211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863211; }
p { color: rgb(134,50,17); }
H1.HeaderClassName
{
color: #863211;
}
.AnyTagClassName
{
color: #863211;
}
</style>
background-color css
<style>
a { background-color: #863211; }
a { background-color: rgb(134,50,17); }
div.DivClassName
{
background-color: #863211;
}
.BgClassName
{
background-color: #863211;
}
</style>
border-color css
<style>
span { border-color: #863211; }
span { border-color: rgb(134,50,17); }
td.TdClassName
{
border-color: #863211;
}
.TagClassName
{
border-color: #863211;
}
</style>