Shades of Burnt Umber #863A27
Tints of Burnt Umber #863A27
RGB
CMYK
RGB Variations
Color information
#863A27 (or 0x863A27) is known color: Burnt Umber. HEX triplet: 86, 3A and 27. RGB value is (134,58,39). Sum of RGB (Red+Green+Blue) = 134+58+39=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #863A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A27 is #79C5D8. Grayscale: #4E4E4E. Windows color (decimal): -7980505 or 2570886. OLE color: 2570886.
HSL color Cylindrical-coordinate representation of color #863A27: hue angle of 12º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863A27 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 39 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.47 |
| HSL | 12º | 0.55% | 0.34% | - |
| HSV(B) | 12º | 0.71% | 0.53% | - |
| XYZ | 11.71 | 8.24 | 2.89 | - |
| YUV | 78.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 39 | 0 | 0.57 | 0.71 | 0.47 | 12 | 0.55 | 0.34 |
| Hex | 86 | 3A | 27 | 0 | 39 | 47 | 2F | C | 37 | 22 |
| Octal | 206 | 72 | 47 | 0 | 71 | 107 | 57 | 14 | 67 | 42 |
| Binary | 10000110 | 111010 | 100111 | 0 | 111001 | 1000111 | 101111 | 1100 | 110111 | 100010 |
Color Harmonies of #863A27
Complementary color
Monochromatic Colors of #863A27
Black with #863A27
Text Example
Text Example
White with #863A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A27; }
p { color: rgb(134,58,39); }
H1.HeaderClassName
{
color: #863A27;
}
.AnyTagClassName
{
color: #863A27;
}
</style>
background-color css
<style>
a { background-color: #863A27; }
a { background-color: rgb(134,58,39); }
div.DivClassName
{
background-color: #863A27;
}
.BgClassName
{
background-color: #863A27;
}
</style>
border-color css
<style>
span { border-color: #863A27; }
span { border-color: rgb(134,58,39); }
td.TdClassName
{
border-color: #863A27;
}
.TagClassName
{
border-color: #863A27;
}
</style>