Shades of Burnt Umber #862C0F
Tints of Burnt Umber #862C0F
RGB
CMYK
RGB Variations
Color information
#862C0F (or 0x862C0F) is known color: Burnt Umber. HEX triplet: 86, 2C and 0F. RGB value is (134,44,15). Sum of RGB (Red+Green+Blue) = 134+44+15=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #862C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C0F is #79D3F0. Grayscale: #434343. Windows color (decimal): -7984113 or 994438. OLE color: 994438.
HSL color Cylindrical-coordinate representation of color #862C0F: hue angle of 14.62º 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 #862C0F is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 15 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.47 |
| HSL | 14.62º | 0.8% | 0.29% | - |
| HSV(B) | 14.62º | 0.89% | 0.53% | - |
| XYZ | 10.82 | 6.9 | 1.21 | - |
| YUV | 67.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 15 | 0 | 0.67 | 0.89 | 0.47 | 14.62 | 0.8 | 0.29 |
| Hex | 86 | 2C | F | 0 | 43 | 59 | 2F | F | 50 | 1D |
| Octal | 206 | 54 | 17 | 0 | 103 | 131 | 57 | 17 | 120 | 35 |
| Binary | 10000110 | 101100 | 1111 | 0 | 1000011 | 1011001 | 101111 | 1111 | 1010000 | 11101 |
Color Harmonies of #862C0F
Complementary color
Monochromatic Colors of #862C0F
Black with #862C0F
Text Example
Text Example
White with #862C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C0F; }
p { color: rgb(134,44,15); }
H1.HeaderClassName
{
color: #862C0F;
}
.AnyTagClassName
{
color: #862C0F;
}
</style>
background-color css
<style>
a { background-color: #862C0F; }
a { background-color: rgb(134,44,15); }
div.DivClassName
{
background-color: #862C0F;
}
.BgClassName
{
background-color: #862C0F;
}
</style>
border-color css
<style>
span { border-color: #862C0F; }
span { border-color: rgb(134,44,15); }
td.TdClassName
{
border-color: #862C0F;
}
.TagClassName
{
border-color: #862C0F;
}
</style>