Shades of Burnt Umber #86321F
Tints of Burnt Umber #86321F
RGB
CMYK
RGB Variations
Color information
#86321F (or 0x86321F) is known color: Burnt Umber. HEX triplet: 86, 32 and 1F. RGB value is (134,50,31). Sum of RGB (Red+Green+Blue) = 134+50+31=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #86321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86321F is #79CDE0. Grayscale: #494949. Windows color (decimal): -7982561 or 2044550. OLE color: 2044550.
HSL color Cylindrical-coordinate representation of color #86321F: hue angle of 11.07º 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 #86321F is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 31 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.47 |
| HSL | 11.07º | 0.62% | 0.32% | - |
| HSV(B) | 11.07º | 0.77% | 0.53% | - |
| XYZ | 11.22 | 7.45 | 2.14 | - |
| YUV | 72.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 31 | 0 | 0.63 | 0.77 | 0.47 | 11.07 | 0.62 | 0.32 |
| Hex | 86 | 32 | 1F | 0 | 3F | 4D | 2F | B | 3E | 20 |
| Octal | 206 | 62 | 37 | 0 | 77 | 115 | 57 | 13 | 76 | 40 |
| Binary | 10000110 | 110010 | 11111 | 0 | 111111 | 1001101 | 101111 | 1011 | 111110 | 100000 |
Color Harmonies of #86321F
Complementary color
Monochromatic Colors of #86321F
Black with #86321F
Text Example
Text Example
White with #86321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86321F; }
p { color: rgb(134,50,31); }
H1.HeaderClassName
{
color: #86321F;
}
.AnyTagClassName
{
color: #86321F;
}
</style>
background-color css
<style>
a { background-color: #86321F; }
a { background-color: rgb(134,50,31); }
div.DivClassName
{
background-color: #86321F;
}
.BgClassName
{
background-color: #86321F;
}
</style>
border-color css
<style>
span { border-color: #86321F; }
span { border-color: rgb(134,50,31); }
td.TdClassName
{
border-color: #86321F;
}
.TagClassName
{
border-color: #86321F;
}
</style>