Shades of Burnt Umber #863529
Tints of Burnt Umber #863529
RGB
CMYK
RGB Variations
Color information
#863529 (or 0x863529) is known color: Burnt Umber. HEX triplet: 86, 35 and 29. RGB value is (134,53,41). Sum of RGB (Red+Green+Blue) = 134+53+41=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #863529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863529 is #79CAD6. Grayscale: #4B4B4B. Windows color (decimal): -7981783 or 2700678. OLE color: 2700678.
HSL color Cylindrical-coordinate representation of color #863529: hue angle of 7.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863529 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 41 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.47 |
| HSL | 7.74º | 0.53% | 0.34% | - |
| HSV(B) | 7.74º | 0.69% | 0.53% | - |
| XYZ | 11.5 | 7.77 | 2.99 | - |
| YUV | 75.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 41 | 0 | 0.60 | 0.69 | 0.47 | 7.74 | 0.53 | 0.34 |
| Hex | 86 | 35 | 29 | 0 | 3C | 45 | 2F | 8 | 35 | 22 |
| Octal | 206 | 65 | 51 | 0 | 74 | 105 | 57 | 10 | 65 | 42 |
| Binary | 10000110 | 110101 | 101001 | 0 | 111100 | 1000101 | 101111 | 1000 | 110101 | 100010 |
Color Harmonies of #863529
Complementary color
Monochromatic Colors of #863529
Black with #863529
Text Example
Text Example
White with #863529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863529; }
p { color: rgb(134,53,41); }
H1.HeaderClassName
{
color: #863529;
}
.AnyTagClassName
{
color: #863529;
}
</style>
background-color css
<style>
a { background-color: #863529; }
a { background-color: rgb(134,53,41); }
div.DivClassName
{
background-color: #863529;
}
.BgClassName
{
background-color: #863529;
}
</style>
border-color css
<style>
span { border-color: #863529; }
span { border-color: rgb(134,53,41); }
td.TdClassName
{
border-color: #863529;
}
.TagClassName
{
border-color: #863529;
}
</style>