Shades of Burnt Umber #862D17
Tints of Burnt Umber #862D17
RGB
CMYK
RGB Variations
Color information
#862D17 (or 0x862D17) is known color: Burnt Umber. HEX triplet: 86, 2D and 17. RGB value is (134,45,23). Sum of RGB (Red+Green+Blue) = 134+45+23=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #862D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862D17 is #79D2E8. Grayscale: #454545. Windows color (decimal): -7983849 or 1518982. OLE color: 1518982.
HSL color Cylindrical-coordinate representation of color #862D17: hue angle of 11.89º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #862D17 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 23 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.47 |
| HSL | 11.89º | 0.71% | 0.31% | - |
| HSV(B) | 11.89º | 0.83% | 0.53% | - |
| XYZ | 10.92 | 7.01 | 1.59 | - |
| YUV | 69.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 23 | 0 | 0.66 | 0.83 | 0.47 | 11.89 | 0.71 | 0.31 |
| Hex | 86 | 2D | 17 | 0 | 42 | 53 | 2F | C | 47 | 1F |
| Octal | 206 | 55 | 27 | 0 | 102 | 123 | 57 | 14 | 107 | 37 |
| Binary | 10000110 | 101101 | 10111 | 0 | 1000010 | 1010011 | 101111 | 1100 | 1000111 | 11111 |
Color Harmonies of #862D17
Complementary color
Monochromatic Colors of #862D17
Black with #862D17
Text Example
Text Example
White with #862D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D17; }
p { color: rgb(134,45,23); }
H1.HeaderClassName
{
color: #862D17;
}
.AnyTagClassName
{
color: #862D17;
}
</style>
background-color css
<style>
a { background-color: #862D17; }
a { background-color: rgb(134,45,23); }
div.DivClassName
{
background-color: #862D17;
}
.BgClassName
{
background-color: #862D17;
}
</style>
border-color css
<style>
span { border-color: #862D17; }
span { border-color: rgb(134,45,23); }
td.TdClassName
{
border-color: #862D17;
}
.TagClassName
{
border-color: #862D17;
}
</style>