Shades of Burnt Umber #863B24
Tints of Burnt Umber #863B24
RGB
CMYK
RGB Variations
Color information
#863B24 (or 0x863B24) is known color: Burnt Umber. HEX triplet: 86, 3B and 24. RGB value is (134,59,36). Sum of RGB (Red+Green+Blue) = 134+59+36=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #863B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B24 is #79C4DB. Grayscale: #4E4E4E. Windows color (decimal): -7980252 or 2374534. OLE color: 2374534.
HSL color Cylindrical-coordinate representation of color #863B24: hue angle of 14.08º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863B24 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 36 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.47 |
| HSL | 14.08º | 0.58% | 0.33% | - |
| HSV(B) | 14.08º | 0.73% | 0.53% | - |
| XYZ | 11.71 | 8.32 | 2.66 | - |
| YUV | 78.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 36 | 0 | 0.56 | 0.73 | 0.47 | 14.08 | 0.58 | 0.33 |
| Hex | 86 | 3B | 24 | 0 | 38 | 49 | 2F | E | 3A | 21 |
| Octal | 206 | 73 | 44 | 0 | 70 | 111 | 57 | 16 | 72 | 41 |
| Binary | 10000110 | 111011 | 100100 | 0 | 111000 | 1001001 | 101111 | 1110 | 111010 | 100001 |
Color Harmonies of #863B24
Complementary color
Monochromatic Colors of #863B24
Black with #863B24
Text Example
Text Example
White with #863B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B24; }
p { color: rgb(134,59,36); }
H1.HeaderClassName
{
color: #863B24;
}
.AnyTagClassName
{
color: #863B24;
}
</style>
background-color css
<style>
a { background-color: #863B24; }
a { background-color: rgb(134,59,36); }
div.DivClassName
{
background-color: #863B24;
}
.BgClassName
{
background-color: #863B24;
}
</style>
border-color css
<style>
span { border-color: #863B24; }
span { border-color: rgb(134,59,36); }
td.TdClassName
{
border-color: #863B24;
}
.TagClassName
{
border-color: #863B24;
}
</style>