Shades of Burnt Umber #863822
Tints of Burnt Umber #863822
RGB
CMYK
RGB Variations
Color information
#863822 (or 0x863822) is known color: Burnt Umber. HEX triplet: 86, 38 and 22. RGB value is (134,56,34). Sum of RGB (Red+Green+Blue) = 134+56+34=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #863822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863822 is #79C7DD. Grayscale: #4C4C4C. Windows color (decimal): -7981022 or 2242694. OLE color: 2242694.
HSL color Cylindrical-coordinate representation of color #863822: hue angle of 13.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863822 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 34 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.47 |
| HSL | 13.2º | 0.6% | 0.33% | - |
| HSV(B) | 13.2º | 0.75% | 0.53% | - |
| XYZ | 11.53 | 8.01 | 2.45 | - |
| YUV | 76.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 34 | 0 | 0.58 | 0.75 | 0.47 | 13.2 | 0.6 | 0.33 |
| Hex | 86 | 38 | 22 | 0 | 3A | 4B | 2F | D | 3C | 21 |
| Octal | 206 | 70 | 42 | 0 | 72 | 113 | 57 | 15 | 74 | 41 |
| Binary | 10000110 | 111000 | 100010 | 0 | 111010 | 1001011 | 101111 | 1101 | 111100 | 100001 |
Color Harmonies of #863822
Complementary color
Monochromatic Colors of #863822
Black with #863822
Text Example
Text Example
White with #863822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863822; }
p { color: rgb(134,56,34); }
H1.HeaderClassName
{
color: #863822;
}
.AnyTagClassName
{
color: #863822;
}
</style>
background-color css
<style>
a { background-color: #863822; }
a { background-color: rgb(134,56,34); }
div.DivClassName
{
background-color: #863822;
}
.BgClassName
{
background-color: #863822;
}
</style>
border-color css
<style>
span { border-color: #863822; }
span { border-color: rgb(134,56,34); }
td.TdClassName
{
border-color: #863822;
}
.TagClassName
{
border-color: #863822;
}
</style>