Shades of Burnt Umber #862C1E
Tints of Burnt Umber #862C1E
RGB
CMYK
RGB Variations
Color information
#862C1E (or 0x862C1E) is known color: Burnt Umber. HEX triplet: 86, 2C and 1E. RGB value is (134,44,30). Sum of RGB (Red+Green+Blue) = 134+44+30=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #862C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C1E is #79D3E1. Grayscale: #454545. Windows color (decimal): -7984098 or 1977478. OLE color: 1977478.
HSL color Cylindrical-coordinate representation of color #862C1E: hue angle of 8.08º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #862C1E is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 30 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.47 |
| HSL | 8.08º | 0.63% | 0.32% | - |
| HSV(B) | 8.08º | 0.78% | 0.53% | - |
| XYZ | 10.97 | 6.96 | 1.99 | - |
| YUV | 69.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 30 | 0 | 0.67 | 0.78 | 0.47 | 8.08 | 0.63 | 0.32 |
| Hex | 86 | 2C | 1E | 0 | 43 | 4E | 2F | 8 | 3F | 20 |
| Octal | 206 | 54 | 36 | 0 | 103 | 116 | 57 | 10 | 77 | 40 |
| Binary | 10000110 | 101100 | 11110 | 0 | 1000011 | 1001110 | 101111 | 1000 | 111111 | 100000 |
Color Harmonies of #862C1E
Complementary color
Monochromatic Colors of #862C1E
Black with #862C1E
Text Example
Text Example
White with #862C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C1E; }
p { color: rgb(134,44,30); }
H1.HeaderClassName
{
color: #862C1E;
}
.AnyTagClassName
{
color: #862C1E;
}
</style>
background-color css
<style>
a { background-color: #862C1E; }
a { background-color: rgb(134,44,30); }
div.DivClassName
{
background-color: #862C1E;
}
.BgClassName
{
background-color: #862C1E;
}
</style>
border-color css
<style>
span { border-color: #862C1E; }
span { border-color: rgb(134,44,30); }
td.TdClassName
{
border-color: #862C1E;
}
.TagClassName
{
border-color: #862C1E;
}
</style>