Shades of Burnt Umber #86341F
Tints of Burnt Umber #86341F
RGB
CMYK
RGB Variations
Color information
#86341F (or 0x86341F) is known color: Burnt Umber. HEX triplet: 86, 34 and 1F. RGB value is (134,52,31). Sum of RGB (Red+Green+Blue) = 134+52+31=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86341F is #79CBE0. Grayscale: #4A4A4A. Windows color (decimal): -7982049 or 2045062. OLE color: 2045062.
HSL color Cylindrical-coordinate representation of color #86341F: hue angle of 12.23º 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 #86341F is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 31 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.47 |
| HSL | 12.23º | 0.62% | 0.32% | - |
| HSV(B) | 12.23º | 0.77% | 0.53% | - |
| XYZ | 11.31 | 7.62 | 2.17 | - |
| YUV | 74.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 31 | 0 | 0.61 | 0.77 | 0.47 | 12.23 | 0.62 | 0.32 |
| Hex | 86 | 34 | 1F | 0 | 3D | 4D | 2F | C | 3E | 20 |
| Octal | 206 | 64 | 37 | 0 | 75 | 115 | 57 | 14 | 76 | 40 |
| Binary | 10000110 | 110100 | 11111 | 0 | 111101 | 1001101 | 101111 | 1100 | 111110 | 100000 |
Color Harmonies of #86341F
Complementary color
Monochromatic Colors of #86341F
Black with #86341F
Text Example
Text Example
White with #86341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86341F; }
p { color: rgb(134,52,31); }
H1.HeaderClassName
{
color: #86341F;
}
.AnyTagClassName
{
color: #86341F;
}
</style>
background-color css
<style>
a { background-color: #86341F; }
a { background-color: rgb(134,52,31); }
div.DivClassName
{
background-color: #86341F;
}
.BgClassName
{
background-color: #86341F;
}
</style>
border-color css
<style>
span { border-color: #86341F; }
span { border-color: rgb(134,52,31); }
td.TdClassName
{
border-color: #86341F;
}
.TagClassName
{
border-color: #86341F;
}
</style>