Shades of Burnt Umber #863124
Tints of Burnt Umber #863124
RGB
CMYK
RGB Variations
Color information
#863124 (or 0x863124) is known color: Burnt Umber. HEX triplet: 86, 31 and 24. RGB value is (134,49,36). Sum of RGB (Red+Green+Blue) = 134+49+36=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #863124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863124 is #79CEDB. Grayscale: #494949. Windows color (decimal): -7982812 or 2371974. OLE color: 2371974.
HSL color Cylindrical-coordinate representation of color #863124: hue angle of 7.96º 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 #863124 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 36 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.47 |
| HSL | 7.96º | 0.58% | 0.33% | - |
| HSV(B) | 7.96º | 0.73% | 0.53% | - |
| XYZ | 11.25 | 7.39 | 2.5 | - |
| YUV | 72.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 36 | 0 | 0.63 | 0.73 | 0.47 | 7.96 | 0.58 | 0.33 |
| Hex | 86 | 31 | 24 | 0 | 3F | 49 | 2F | 8 | 3A | 21 |
| Octal | 206 | 61 | 44 | 0 | 77 | 111 | 57 | 10 | 72 | 41 |
| Binary | 10000110 | 110001 | 100100 | 0 | 111111 | 1001001 | 101111 | 1000 | 111010 | 100001 |
Color Harmonies of #863124
Complementary color
Monochromatic Colors of #863124
Black with #863124
Text Example
Text Example
White with #863124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863124; }
p { color: rgb(134,49,36); }
H1.HeaderClassName
{
color: #863124;
}
.AnyTagClassName
{
color: #863124;
}
</style>
background-color css
<style>
a { background-color: #863124; }
a { background-color: rgb(134,49,36); }
div.DivClassName
{
background-color: #863124;
}
.BgClassName
{
background-color: #863124;
}
</style>
border-color css
<style>
span { border-color: #863124; }
span { border-color: rgb(134,49,36); }
td.TdClassName
{
border-color: #863124;
}
.TagClassName
{
border-color: #863124;
}
</style>