Shades of Burnt Umber #863221
Tints of Burnt Umber #863221
RGB
CMYK
RGB Variations
Color information
#863221 (or 0x863221) is known color: Burnt Umber. HEX triplet: 86, 32 and 21. RGB value is (134,50,33). Sum of RGB (Red+Green+Blue) = 134+50+33=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #863221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863221 is #79CDDE. Grayscale: #494949. Windows color (decimal): -7982559 or 2175622. OLE color: 2175622.
HSL color Cylindrical-coordinate representation of color #863221: hue angle of 10.1º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863221 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 33 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.47 |
| HSL | 10.1º | 0.6% | 0.33% | - |
| HSV(B) | 10.1º | 0.75% | 0.53% | - |
| XYZ | 11.25 | 7.46 | 2.29 | - |
| YUV | 73.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 33 | 0 | 0.63 | 0.75 | 0.47 | 10.1 | 0.6 | 0.33 |
| Hex | 86 | 32 | 21 | 0 | 3F | 4B | 2F | A | 3C | 21 |
| Octal | 206 | 62 | 41 | 0 | 77 | 113 | 57 | 12 | 74 | 41 |
| Binary | 10000110 | 110010 | 100001 | 0 | 111111 | 1001011 | 101111 | 1010 | 111100 | 100001 |
Color Harmonies of #863221
Complementary color
Monochromatic Colors of #863221
Black with #863221
Text Example
Text Example
White with #863221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863221; }
p { color: rgb(134,50,33); }
H1.HeaderClassName
{
color: #863221;
}
.AnyTagClassName
{
color: #863221;
}
</style>
background-color css
<style>
a { background-color: #863221; }
a { background-color: rgb(134,50,33); }
div.DivClassName
{
background-color: #863221;
}
.BgClassName
{
background-color: #863221;
}
</style>
border-color css
<style>
span { border-color: #863221; }
span { border-color: rgb(134,50,33); }
td.TdClassName
{
border-color: #863221;
}
.TagClassName
{
border-color: #863221;
}
</style>