Shades of Burnt Umber #862D22
Tints of Burnt Umber #862D22
RGB
CMYK
RGB Variations
Color information
#862D22 (or 0x862D22) is known color: Burnt Umber. HEX triplet: 86, 2D and 22. RGB value is (134,45,34). Sum of RGB (Red+Green+Blue) = 134+45+34=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #862D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D22 is #79D2DD. Grayscale: #464646. Windows color (decimal): -7983838 or 2239878. OLE color: 2239878.
HSL color Cylindrical-coordinate representation of color #862D22: hue angle of 6.6º 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 #862D22 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 34 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.47 |
| HSL | 6.6º | 0.6% | 0.33% | - |
| HSV(B) | 6.6º | 0.75% | 0.53% | - |
| XYZ | 11.06 | 7.06 | 2.29 | - |
| YUV | 70.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 34 | 0 | 0.66 | 0.75 | 0.47 | 6.6 | 0.6 | 0.33 |
| Hex | 86 | 2D | 22 | 0 | 42 | 4B | 2F | 7 | 3C | 21 |
| Octal | 206 | 55 | 42 | 0 | 102 | 113 | 57 | 7 | 74 | 41 |
| Binary | 10000110 | 101101 | 100010 | 0 | 1000010 | 1001011 | 101111 | 111 | 111100 | 100001 |
Color Harmonies of #862D22
Complementary color
Monochromatic Colors of #862D22
Black with #862D22
Text Example
Text Example
White with #862D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D22; }
p { color: rgb(134,45,34); }
H1.HeaderClassName
{
color: #862D22;
}
.AnyTagClassName
{
color: #862D22;
}
</style>
background-color css
<style>
a { background-color: #862D22; }
a { background-color: rgb(134,45,34); }
div.DivClassName
{
background-color: #862D22;
}
.BgClassName
{
background-color: #862D22;
}
</style>
border-color css
<style>
span { border-color: #862D22; }
span { border-color: rgb(134,45,34); }
td.TdClassName
{
border-color: #862D22;
}
.TagClassName
{
border-color: #862D22;
}
</style>