Shades of Burnt Umber #862F1F
Tints of Burnt Umber #862F1F
RGB
CMYK
RGB Variations
Color information
#862F1F (or 0x862F1F) is known color: Burnt Umber. HEX triplet: 86, 2F and 1F. RGB value is (134,47,31). Sum of RGB (Red+Green+Blue) = 134+47+31=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #862F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F1F is #79D0E0. Grayscale: #474747. Windows color (decimal): -7983329 or 2043782. OLE color: 2043782.
HSL color Cylindrical-coordinate representation of color #862F1F: hue angle of 9.32º 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 #862F1F is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 31 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.47 |
| HSL | 9.32º | 0.62% | 0.32% | - |
| HSV(B) | 9.32º | 0.77% | 0.53% | - |
| XYZ | 11.1 | 7.2 | 2.1 | - |
| YUV | 71.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 31 | 0 | 0.65 | 0.77 | 0.47 | 9.32 | 0.62 | 0.32 |
| Hex | 86 | 2F | 1F | 0 | 41 | 4D | 2F | 9 | 3E | 20 |
| Octal | 206 | 57 | 37 | 0 | 101 | 115 | 57 | 11 | 76 | 40 |
| Binary | 10000110 | 101111 | 11111 | 0 | 1000001 | 1001101 | 101111 | 1001 | 111110 | 100000 |
Color Harmonies of #862F1F
Complementary color
Monochromatic Colors of #862F1F
Black with #862F1F
Text Example
Text Example
White with #862F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F1F; }
p { color: rgb(134,47,31); }
H1.HeaderClassName
{
color: #862F1F;
}
.AnyTagClassName
{
color: #862F1F;
}
</style>
background-color css
<style>
a { background-color: #862F1F; }
a { background-color: rgb(134,47,31); }
div.DivClassName
{
background-color: #862F1F;
}
.BgClassName
{
background-color: #862F1F;
}
</style>
border-color css
<style>
span { border-color: #862F1F; }
span { border-color: rgb(134,47,31); }
td.TdClassName
{
border-color: #862F1F;
}
.TagClassName
{
border-color: #862F1F;
}
</style>