Shades of Burnt Umber #863A1B
Tints of Burnt Umber #863A1B
RGB
CMYK
RGB Variations
Color information
#863A1B (or 0x863A1B) is known color: Burnt Umber. HEX triplet: 86, 3A and 1B. RGB value is (134,58,27). Sum of RGB (Red+Green+Blue) = 134+58+27=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #863A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A1B is #79C5E4. Grayscale: #4D4D4D. Windows color (decimal): -7980517 or 1784454. OLE color: 1784454.
HSL color Cylindrical-coordinate representation of color #863A1B: hue angle of 17.38º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #863A1B is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 27 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.47 |
| HSL | 17.38º | 0.66% | 0.32% | - |
| HSV(B) | 17.38º | 0.8% | 0.53% | - |
| XYZ | 11.54 | 8.17 | 2.01 | - |
| YUV | 77.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 27 | 0 | 0.57 | 0.80 | 0.47 | 17.38 | 0.66 | 0.32 |
| Hex | 86 | 3A | 1B | 0 | 39 | 50 | 2F | 11 | 42 | 20 |
| Octal | 206 | 72 | 33 | 0 | 71 | 120 | 57 | 21 | 102 | 40 |
| Binary | 10000110 | 111010 | 11011 | 0 | 111001 | 1010000 | 101111 | 10001 | 1000010 | 100000 |
Color Harmonies of #863A1B
Complementary color
Monochromatic Colors of #863A1B
Black with #863A1B
Text Example
Text Example
White with #863A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A1B; }
p { color: rgb(134,58,27); }
H1.HeaderClassName
{
color: #863A1B;
}
.AnyTagClassName
{
color: #863A1B;
}
</style>
background-color css
<style>
a { background-color: #863A1B; }
a { background-color: rgb(134,58,27); }
div.DivClassName
{
background-color: #863A1B;
}
.BgClassName
{
background-color: #863A1B;
}
</style>
border-color css
<style>
span { border-color: #863A1B; }
span { border-color: rgb(134,58,27); }
td.TdClassName
{
border-color: #863A1B;
}
.TagClassName
{
border-color: #863A1B;
}
</style>