Shades of Burnt Umber #862C1F
Tints of Burnt Umber #862C1F
RGB
CMYK
RGB Variations
Color information
#862C1F (or 0x862C1F) is known color: Burnt Umber. HEX triplet: 86, 2C and 1F. RGB value is (134,44,31). Sum of RGB (Red+Green+Blue) = 134+44+31=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #862C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C1F is #79D3E0. Grayscale: #454545. Windows color (decimal): -7984097 or 2043014. OLE color: 2043014.
HSL color Cylindrical-coordinate representation of color #862C1F: hue angle of 7.57º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #862C1F is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 31 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.47 |
| HSL | 7.57º | 0.62% | 0.32% | - |
| HSV(B) | 7.57º | 0.77% | 0.53% | - |
| XYZ | 10.98 | 6.97 | 2.06 | - |
| YUV | 69.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 31 | 0 | 0.67 | 0.77 | 0.47 | 7.57 | 0.62 | 0.32 |
| Hex | 86 | 2C | 1F | 0 | 43 | 4D | 2F | 8 | 3E | 20 |
| Octal | 206 | 54 | 37 | 0 | 103 | 115 | 57 | 10 | 76 | 40 |
| Binary | 10000110 | 101100 | 11111 | 0 | 1000011 | 1001101 | 101111 | 1000 | 111110 | 100000 |
Color Harmonies of #862C1F
Complementary color
Monochromatic Colors of #862C1F
Black with #862C1F
Text Example
Text Example
White with #862C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C1F; }
p { color: rgb(134,44,31); }
H1.HeaderClassName
{
color: #862C1F;
}
.AnyTagClassName
{
color: #862C1F;
}
</style>
background-color css
<style>
a { background-color: #862C1F; }
a { background-color: rgb(134,44,31); }
div.DivClassName
{
background-color: #862C1F;
}
.BgClassName
{
background-color: #862C1F;
}
</style>
border-color css
<style>
span { border-color: #862C1F; }
span { border-color: rgb(134,44,31); }
td.TdClassName
{
border-color: #862C1F;
}
.TagClassName
{
border-color: #862C1F;
}
</style>