Shades of Burnt Umber #86300F
Tints of Burnt Umber #86300F
RGB
CMYK
RGB Variations
Color information
#86300F (or 0x86300F) is known color: Burnt Umber. HEX triplet: 86, 30 and 0F. RGB value is (134,48,15). Sum of RGB (Red+Green+Blue) = 134+48+15=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #86300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86300F is #79CFF0. Grayscale: #464646. Windows color (decimal): -7983089 or 995462. OLE color: 995462.
HSL color Cylindrical-coordinate representation of color #86300F: hue angle of 16.64º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86300F is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 48 | 15 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.47 |
| HSL | 16.64º | 0.8% | 0.29% | - |
| HSV(B) | 16.64º | 0.89% | 0.53% | - |
| XYZ | 10.97 | 7.22 | 1.27 | - |
| YUV | 69.95 | 96.99 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 15 | 0 | 0.64 | 0.89 | 0.47 | 16.64 | 0.8 | 0.29 |
| Hex | 86 | 30 | F | 0 | 40 | 59 | 2F | 11 | 50 | 1D |
| Octal | 206 | 60 | 17 | 0 | 100 | 131 | 57 | 21 | 120 | 35 |
| Binary | 10000110 | 110000 | 1111 | 0 | 1000000 | 1011001 | 101111 | 10001 | 1010000 | 11101 |
Color Harmonies of #86300F
Complementary color
Monochromatic Colors of #86300F
Black with #86300F
Text Example
Text Example
White with #86300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86300F; }
p { color: rgb(134,48,15); }
H1.HeaderClassName
{
color: #86300F;
}
.AnyTagClassName
{
color: #86300F;
}
</style>
background-color css
<style>
a { background-color: #86300F; }
a { background-color: rgb(134,48,15); }
div.DivClassName
{
background-color: #86300F;
}
.BgClassName
{
background-color: #86300F;
}
</style>
border-color css
<style>
span { border-color: #86300F; }
span { border-color: rgb(134,48,15); }
td.TdClassName
{
border-color: #86300F;
}
.TagClassName
{
border-color: #86300F;
}
</style>