Shades of Burnt Umber #86341D
Tints of Burnt Umber #86341D
RGB
CMYK
RGB Variations
Color information
#86341D (or 0x86341D) is known color: Burnt Umber. HEX triplet: 86, 34 and 1D. RGB value is (134,52,29). Sum of RGB (Red+Green+Blue) = 134+52+29=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #86341D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86341D is #79CBE2. Grayscale: #4A4A4A. Windows color (decimal): -7982051 or 1913990. OLE color: 1913990.
HSL color Cylindrical-coordinate representation of color #86341D: hue angle of 13.14º degrees, saturation: 0.64, 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 #86341D is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 29 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.47 |
| HSL | 13.14º | 0.64% | 0.32% | - |
| HSV(B) | 13.14º | 0.78% | 0.53% | - |
| XYZ | 11.28 | 7.61 | 2.04 | - |
| YUV | 73.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 29 | 0 | 0.61 | 0.78 | 0.47 | 13.14 | 0.64 | 0.32 |
| Hex | 86 | 34 | 1D | 0 | 3D | 4E | 2F | D | 40 | 20 |
| Octal | 206 | 64 | 35 | 0 | 75 | 116 | 57 | 15 | 100 | 40 |
| Binary | 10000110 | 110100 | 11101 | 0 | 111101 | 1001110 | 101111 | 1101 | 1000000 | 100000 |
Color Harmonies of #86341D
Complementary color
Monochromatic Colors of #86341D
Black with #86341D
Text Example
Text Example
White with #86341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86341D; }
p { color: rgb(134,52,29); }
H1.HeaderClassName
{
color: #86341D;
}
.AnyTagClassName
{
color: #86341D;
}
</style>
background-color css
<style>
a { background-color: #86341D; }
a { background-color: rgb(134,52,29); }
div.DivClassName
{
background-color: #86341D;
}
.BgClassName
{
background-color: #86341D;
}
</style>
border-color css
<style>
span { border-color: #86341D; }
span { border-color: rgb(134,52,29); }
td.TdClassName
{
border-color: #86341D;
}
.TagClassName
{
border-color: #86341D;
}
</style>