Shades of Burnt Umber #86321C
Tints of Burnt Umber #86321C
RGB
CMYK
RGB Variations
Color information
#86321C (or 0x86321C) is known color: Burnt Umber. HEX triplet: 86, 32 and 1C. RGB value is (134,50,28). Sum of RGB (Red+Green+Blue) = 134+50+28=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86321C is #79CDE3. Grayscale: #484848. Windows color (decimal): -7982564 or 1847942. OLE color: 1847942.
HSL color Cylindrical-coordinate representation of color #86321C: hue angle of 12.45º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86321C is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 28 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.47 |
| HSL | 12.45º | 0.65% | 0.32% | - |
| HSV(B) | 12.45º | 0.79% | 0.53% | - |
| XYZ | 11.18 | 7.43 | 1.94 | - |
| YUV | 72.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 28 | 0 | 0.63 | 0.79 | 0.47 | 12.45 | 0.65 | 0.32 |
| Hex | 86 | 32 | 1C | 0 | 3F | 4F | 2F | C | 41 | 20 |
| Octal | 206 | 62 | 34 | 0 | 77 | 117 | 57 | 14 | 101 | 40 |
| Binary | 10000110 | 110010 | 11100 | 0 | 111111 | 1001111 | 101111 | 1100 | 1000001 | 100000 |
Color Harmonies of #86321C
Complementary color
Monochromatic Colors of #86321C
Black with #86321C
Text Example
Text Example
White with #86321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86321C; }
p { color: rgb(134,50,28); }
H1.HeaderClassName
{
color: #86321C;
}
.AnyTagClassName
{
color: #86321C;
}
</style>
background-color css
<style>
a { background-color: #86321C; }
a { background-color: rgb(134,50,28); }
div.DivClassName
{
background-color: #86321C;
}
.BgClassName
{
background-color: #86321C;
}
</style>
border-color css
<style>
span { border-color: #86321C; }
span { border-color: rgb(134,50,28); }
td.TdClassName
{
border-color: #86321C;
}
.TagClassName
{
border-color: #86321C;
}
</style>