Shades of Burnt Umber #863A22
Tints of Burnt Umber #863A22
RGB
CMYK
RGB Variations
Color information
#863A22 (or 0x863A22) is known color: Burnt Umber. HEX triplet: 86, 3A and 22. RGB value is (134,58,34). Sum of RGB (Red+Green+Blue) = 134+58+34=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #863A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A22 is #79C5DD. Grayscale: #4E4E4E. Windows color (decimal): -7980510 or 2243206. OLE color: 2243206.
HSL color Cylindrical-coordinate representation of color #863A22: hue angle of 14.4º 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 #863A22 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 34 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.47 |
| HSL | 14.4º | 0.6% | 0.33% | - |
| HSV(B) | 14.4º | 0.75% | 0.53% | - |
| XYZ | 11.63 | 8.21 | 2.48 | - |
| YUV | 77.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 34 | 0 | 0.57 | 0.75 | 0.47 | 14.4 | 0.6 | 0.33 |
| Hex | 86 | 3A | 22 | 0 | 39 | 4B | 2F | E | 3C | 21 |
| Octal | 206 | 72 | 42 | 0 | 71 | 113 | 57 | 16 | 74 | 41 |
| Binary | 10000110 | 111010 | 100010 | 0 | 111001 | 1001011 | 101111 | 1110 | 111100 | 100001 |
Color Harmonies of #863A22
Complementary color
Monochromatic Colors of #863A22
Black with #863A22
Text Example
Text Example
White with #863A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A22; }
p { color: rgb(134,58,34); }
H1.HeaderClassName
{
color: #863A22;
}
.AnyTagClassName
{
color: #863A22;
}
</style>
background-color css
<style>
a { background-color: #863A22; }
a { background-color: rgb(134,58,34); }
div.DivClassName
{
background-color: #863A22;
}
.BgClassName
{
background-color: #863A22;
}
</style>
border-color css
<style>
span { border-color: #863A22; }
span { border-color: rgb(134,58,34); }
td.TdClassName
{
border-color: #863A22;
}
.TagClassName
{
border-color: #863A22;
}
</style>