Shades of Burnt Umber #863A1F
Tints of Burnt Umber #863A1F
RGB
CMYK
RGB Variations
Color information
#863A1F (or 0x863A1F) is known color: Burnt Umber. HEX triplet: 86, 3A and 1F. RGB value is (134,58,31). Sum of RGB (Red+Green+Blue) = 134+58+31=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #863A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A1F is #79C5E0. Grayscale: #4D4D4D. Windows color (decimal): -7980513 or 2046598. OLE color: 2046598.
HSL color Cylindrical-coordinate representation of color #863A1F: hue angle of 15.73º 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 #863A1F is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 31 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.47 |
| HSL | 15.73º | 0.62% | 0.32% | - |
| HSV(B) | 15.73º | 0.77% | 0.53% | - |
| XYZ | 11.59 | 8.19 | 2.27 | - |
| YUV | 77.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 31 | 0 | 0.57 | 0.77 | 0.47 | 15.73 | 0.62 | 0.32 |
| Hex | 86 | 3A | 1F | 0 | 39 | 4D | 2F | 10 | 3E | 20 |
| Octal | 206 | 72 | 37 | 0 | 71 | 115 | 57 | 20 | 76 | 40 |
| Binary | 10000110 | 111010 | 11111 | 0 | 111001 | 1001101 | 101111 | 10000 | 111110 | 100000 |
Color Harmonies of #863A1F
Complementary color
Monochromatic Colors of #863A1F
Black with #863A1F
Text Example
Text Example
White with #863A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A1F; }
p { color: rgb(134,58,31); }
H1.HeaderClassName
{
color: #863A1F;
}
.AnyTagClassName
{
color: #863A1F;
}
</style>
background-color css
<style>
a { background-color: #863A1F; }
a { background-color: rgb(134,58,31); }
div.DivClassName
{
background-color: #863A1F;
}
.BgClassName
{
background-color: #863A1F;
}
</style>
border-color css
<style>
span { border-color: #863A1F; }
span { border-color: rgb(134,58,31); }
td.TdClassName
{
border-color: #863A1F;
}
.TagClassName
{
border-color: #863A1F;
}
</style>