Shades of Burnt Umber #863528
Tints of Burnt Umber #863528
RGB
CMYK
RGB Variations
Color information
#863528 (or 0x863528) is known color: Burnt Umber. HEX triplet: 86, 35 and 28. RGB value is (134,53,40). Sum of RGB (Red+Green+Blue) = 134+53+40=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #863528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863528 is #79CAD7. Grayscale: #4B4B4B. Windows color (decimal): -7981784 or 2635142. OLE color: 2635142.
HSL color Cylindrical-coordinate representation of color #863528: hue angle of 8.3º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #863528 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 40 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.47 |
| HSL | 8.3º | 0.54% | 0.34% | - |
| HSV(B) | 8.3º | 0.7% | 0.53% | - |
| XYZ | 11.49 | 7.77 | 2.9 | - |
| YUV | 75.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 40 | 0 | 0.60 | 0.70 | 0.47 | 8.3 | 0.54 | 0.34 |
| Hex | 86 | 35 | 28 | 0 | 3C | 46 | 2F | 8 | 36 | 22 |
| Octal | 206 | 65 | 50 | 0 | 74 | 106 | 57 | 10 | 66 | 42 |
| Binary | 10000110 | 110101 | 101000 | 0 | 111100 | 1000110 | 101111 | 1000 | 110110 | 100010 |
Color Harmonies of #863528
Complementary color
Monochromatic Colors of #863528
Black with #863528
Text Example
Text Example
White with #863528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863528; }
p { color: rgb(134,53,40); }
H1.HeaderClassName
{
color: #863528;
}
.AnyTagClassName
{
color: #863528;
}
</style>
background-color css
<style>
a { background-color: #863528; }
a { background-color: rgb(134,53,40); }
div.DivClassName
{
background-color: #863528;
}
.BgClassName
{
background-color: #863528;
}
</style>
border-color css
<style>
span { border-color: #863528; }
span { border-color: rgb(134,53,40); }
td.TdClassName
{
border-color: #863528;
}
.TagClassName
{
border-color: #863528;
}
</style>