Shades of Burnt Umber #863B1F
Tints of Burnt Umber #863B1F
RGB
CMYK
RGB Variations
Color information
#863B1F (or 0x863B1F) is known color: Burnt Umber. HEX triplet: 86, 3B and 1F. RGB value is (134,59,31). Sum of RGB (Red+Green+Blue) = 134+59+31=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #863B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B1F is #79C4E0. Grayscale: #4E4E4E. Windows color (decimal): -7980257 or 2046854. OLE color: 2046854.
HSL color Cylindrical-coordinate representation of color #863B1F: hue angle of 16.31º 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 #863B1F is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 31 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.47 |
| HSL | 16.31º | 0.62% | 0.32% | - |
| HSV(B) | 16.31º | 0.77% | 0.53% | - |
| XYZ | 11.64 | 8.3 | 2.28 | - |
| YUV | 78.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 31 | 0 | 0.56 | 0.77 | 0.47 | 16.31 | 0.62 | 0.32 |
| Hex | 86 | 3B | 1F | 0 | 38 | 4D | 2F | 10 | 3E | 20 |
| Octal | 206 | 73 | 37 | 0 | 70 | 115 | 57 | 20 | 76 | 40 |
| Binary | 10000110 | 111011 | 11111 | 0 | 111000 | 1001101 | 101111 | 10000 | 111110 | 100000 |
Color Harmonies of #863B1F
Complementary color
Monochromatic Colors of #863B1F
Black with #863B1F
Text Example
Text Example
White with #863B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B1F; }
p { color: rgb(134,59,31); }
H1.HeaderClassName
{
color: #863B1F;
}
.AnyTagClassName
{
color: #863B1F;
}
</style>
background-color css
<style>
a { background-color: #863B1F; }
a { background-color: rgb(134,59,31); }
div.DivClassName
{
background-color: #863B1F;
}
.BgClassName
{
background-color: #863B1F;
}
</style>
border-color css
<style>
span { border-color: #863B1F; }
span { border-color: rgb(134,59,31); }
td.TdClassName
{
border-color: #863B1F;
}
.TagClassName
{
border-color: #863B1F;
}
</style>