Shades of Burnt Umber #862D27
Tints of Burnt Umber #862D27
RGB
CMYK
RGB Variations
Color information
#862D27 (or 0x862D27) is known color: Burnt Umber. HEX triplet: 86, 2D and 27. RGB value is (134,45,39). Sum of RGB (Red+Green+Blue) = 134+45+39=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #862D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D27 is #79D2D8. Grayscale: #474747. Windows color (decimal): -7983833 or 2567558. OLE color: 2567558.
HSL color Cylindrical-coordinate representation of color #862D27: hue angle of 3.79º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #862D27 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 39 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.47 |
| HSL | 3.79º | 0.55% | 0.34% | - |
| HSV(B) | 3.79º | 0.71% | 0.53% | - |
| XYZ | 11.14 | 7.09 | 2.7 | - |
| YUV | 70.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 39 | 0 | 0.66 | 0.71 | 0.47 | 3.79 | 0.55 | 0.34 |
| Hex | 86 | 2D | 27 | 0 | 42 | 47 | 2F | 4 | 37 | 22 |
| Octal | 206 | 55 | 47 | 0 | 102 | 107 | 57 | 4 | 67 | 42 |
| Binary | 10000110 | 101101 | 100111 | 0 | 1000010 | 1000111 | 101111 | 100 | 110111 | 100010 |
Color Harmonies of #862D27
Complementary color
Monochromatic Colors of #862D27
Black with #862D27
Text Example
Text Example
White with #862D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D27; }
p { color: rgb(134,45,39); }
H1.HeaderClassName
{
color: #862D27;
}
.AnyTagClassName
{
color: #862D27;
}
</style>
background-color css
<style>
a { background-color: #862D27; }
a { background-color: rgb(134,45,39); }
div.DivClassName
{
background-color: #862D27;
}
.BgClassName
{
background-color: #862D27;
}
</style>
border-color css
<style>
span { border-color: #862D27; }
span { border-color: rgb(134,45,39); }
td.TdClassName
{
border-color: #862D27;
}
.TagClassName
{
border-color: #862D27;
}
</style>