Shades of Burnt Umber #862E24
Tints of Burnt Umber #862E24
RGB
CMYK
RGB Variations
Color information
#862E24 (or 0x862E24) is known color: Burnt Umber. HEX triplet: 86, 2E and 24. RGB value is (134,46,36). Sum of RGB (Red+Green+Blue) = 134+46+36=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #862E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E24 is #79D1DB. Grayscale: #474747. Windows color (decimal): -7983580 or 2371206. OLE color: 2371206.
HSL color Cylindrical-coordinate representation of color #862E24: hue angle of 6.12º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862E24 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 46 | 36 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.47 |
| HSL | 6.12º | 0.58% | 0.33% | - |
| HSV(B) | 6.12º | 0.73% | 0.53% | - |
| XYZ | 11.13 | 7.15 | 2.46 | - |
| YUV | 71.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 36 | 0 | 0.66 | 0.73 | 0.47 | 6.12 | 0.58 | 0.33 |
| Hex | 86 | 2E | 24 | 0 | 42 | 49 | 2F | 6 | 3A | 21 |
| Octal | 206 | 56 | 44 | 0 | 102 | 111 | 57 | 6 | 72 | 41 |
| Binary | 10000110 | 101110 | 100100 | 0 | 1000010 | 1001001 | 101111 | 110 | 111010 | 100001 |
Color Harmonies of #862E24
Complementary color
Monochromatic Colors of #862E24
Black with #862E24
Text Example
Text Example
White with #862E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862E24; }
p { color: rgb(134,46,36); }
H1.HeaderClassName
{
color: #862E24;
}
.AnyTagClassName
{
color: #862E24;
}
</style>
background-color css
<style>
a { background-color: #862E24; }
a { background-color: rgb(134,46,36); }
div.DivClassName
{
background-color: #862E24;
}
.BgClassName
{
background-color: #862E24;
}
</style>
border-color css
<style>
span { border-color: #862E24; }
span { border-color: rgb(134,46,36); }
td.TdClassName
{
border-color: #862E24;
}
.TagClassName
{
border-color: #862E24;
}
</style>