Shades of Burnt Umber #862B17
Tints of Burnt Umber #862B17
RGB
CMYK
RGB Variations
Color information
#862B17 (or 0x862B17) is known color: Burnt Umber. HEX triplet: 86, 2B and 17. RGB value is (134,43,23). Sum of RGB (Red+Green+Blue) = 134+43+23=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #862B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862B17 is #79D4E8. Grayscale: #444444. Windows color (decimal): -7984361 or 1518470. OLE color: 1518470.
HSL color Cylindrical-coordinate representation of color #862B17: hue angle of 10.81º 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 #862B17 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 43 | 23 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.47 |
| HSL | 10.81º | 0.71% | 0.31% | - |
| HSV(B) | 10.81º | 0.83% | 0.53% | - |
| XYZ | 10.85 | 6.86 | 1.56 | - |
| YUV | 67.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 43 | 23 | 0 | 0.68 | 0.83 | 0.47 | 10.81 | 0.71 | 0.31 |
| Hex | 86 | 2B | 17 | 0 | 44 | 53 | 2F | B | 47 | 1F |
| Octal | 206 | 53 | 27 | 0 | 104 | 123 | 57 | 13 | 107 | 37 |
| Binary | 10000110 | 101011 | 10111 | 0 | 1000100 | 1010011 | 101111 | 1011 | 1000111 | 11111 |
Color Harmonies of #862B17
Complementary color
Monochromatic Colors of #862B17
Black with #862B17
Text Example
Text Example
White with #862B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862B17; }
p { color: rgb(134,43,23); }
H1.HeaderClassName
{
color: #862B17;
}
.AnyTagClassName
{
color: #862B17;
}
</style>
background-color css
<style>
a { background-color: #862B17; }
a { background-color: rgb(134,43,23); }
div.DivClassName
{
background-color: #862B17;
}
.BgClassName
{
background-color: #862B17;
}
</style>
border-color css
<style>
span { border-color: #862B17; }
span { border-color: rgb(134,43,23); }
td.TdClassName
{
border-color: #862B17;
}
.TagClassName
{
border-color: #862B17;
}
</style>