Shades of Burnt Umber #86281B
Tints of Burnt Umber #86281B
RGB
CMYK
RGB Variations
Color information
#86281B (or 0x86281B) is known color: Burnt Umber. HEX triplet: 86, 28 and 1B. RGB value is (134,40,27). Sum of RGB (Red+Green+Blue) = 134+40+27=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #86281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86281B is #79D7E4. Grayscale: #424242. Windows color (decimal): -7985125 or 1779846. OLE color: 1779846.
HSL color Cylindrical-coordinate representation of color #86281B: hue angle of 7.29º 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 #86281B is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 27 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.47 |
| HSL | 7.29º | 0.66% | 0.32% | - |
| HSV(B) | 7.29º | 0.8% | 0.53% | - |
| XYZ | 10.79 | 6.67 | 1.75 | - |
| YUV | 66.62 | 105.64 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 27 | 0 | 0.70 | 0.80 | 0.47 | 7.29 | 0.66 | 0.32 |
| Hex | 86 | 28 | 1B | 0 | 46 | 50 | 2F | 7 | 42 | 20 |
| Octal | 206 | 50 | 33 | 0 | 106 | 120 | 57 | 7 | 102 | 40 |
| Binary | 10000110 | 101000 | 11011 | 0 | 1000110 | 1010000 | 101111 | 111 | 1000010 | 100000 |
Color Harmonies of #86281B
Complementary color
Monochromatic Colors of #86281B
Black with #86281B
Text Example
Text Example
White with #86281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86281B; }
p { color: rgb(134,40,27); }
H1.HeaderClassName
{
color: #86281B;
}
.AnyTagClassName
{
color: #86281B;
}
</style>
background-color css
<style>
a { background-color: #86281B; }
a { background-color: rgb(134,40,27); }
div.DivClassName
{
background-color: #86281B;
}
.BgClassName
{
background-color: #86281B;
}
</style>
border-color css
<style>
span { border-color: #86281B; }
span { border-color: rgb(134,40,27); }
td.TdClassName
{
border-color: #86281B;
}
.TagClassName
{
border-color: #86281B;
}
</style>