Shades of Burnt Umber #862E29
Tints of Burnt Umber #862E29
RGB
CMYK
RGB Variations
Color information
#862E29 (or 0x862E29) is known color: Burnt Umber. HEX triplet: 86, 2E and 29. RGB value is (134,46,41). Sum of RGB (Red+Green+Blue) = 134+46+41=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #862E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E29 is #79D1D6. Grayscale: #474747. Windows color (decimal): -7983575 or 2698886. OLE color: 2698886.
HSL color Cylindrical-coordinate representation of color #862E29: hue angle of 3.23º 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 #862E29 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 46 | 41 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.47 |
| HSL | 3.23º | 0.53% | 0.34% | - |
| HSV(B) | 3.23º | 0.69% | 0.53% | - |
| XYZ | 11.21 | 7.18 | 2.89 | - |
| YUV | 71.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 41 | 0 | 0.66 | 0.69 | 0.47 | 3.23 | 0.53 | 0.34 |
| Hex | 86 | 2E | 29 | 0 | 42 | 45 | 2F | 3 | 35 | 22 |
| Octal | 206 | 56 | 51 | 0 | 102 | 105 | 57 | 3 | 65 | 42 |
| Binary | 10000110 | 101110 | 101001 | 0 | 1000010 | 1000101 | 101111 | 11 | 110101 | 100010 |
Color Harmonies of #862E29
Complementary color
Monochromatic Colors of #862E29
Black with #862E29
Text Example
Text Example
White with #862E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862E29; }
p { color: rgb(134,46,41); }
H1.HeaderClassName
{
color: #862E29;
}
.AnyTagClassName
{
color: #862E29;
}
</style>
background-color css
<style>
a { background-color: #862E29; }
a { background-color: rgb(134,46,41); }
div.DivClassName
{
background-color: #862E29;
}
.BgClassName
{
background-color: #862E29;
}
</style>
border-color css
<style>
span { border-color: #862E29; }
span { border-color: rgb(134,46,41); }
td.TdClassName
{
border-color: #862E29;
}
.TagClassName
{
border-color: #862E29;
}
</style>