Shades of Burnt Umber #862A14
Tints of Burnt Umber #862A14
RGB
CMYK
RGB Variations
Color information
#862A14 (or 0x862A14) is known color: Burnt Umber. HEX triplet: 86, 2A and 14. RGB value is (134,42,20). Sum of RGB (Red+Green+Blue) = 134+42+20=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #862A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862A14 is #79D5EB. Grayscale: #434343. Windows color (decimal): -7984620 or 1321606. OLE color: 1321606.
HSL color Cylindrical-coordinate representation of color #862A14: hue angle of 11.58º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #862A14 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 42 | 20 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.47 |
| HSL | 11.58º | 0.74% | 0.3% | - |
| HSV(B) | 11.58º | 0.85% | 0.53% | - |
| XYZ | 10.79 | 6.77 | 1.4 | - |
| YUV | 67 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 42 | 20 | 0 | 0.69 | 0.85 | 0.47 | 11.58 | 0.74 | 0.3 |
| Hex | 86 | 2A | 14 | 0 | 45 | 55 | 2F | C | 4A | 1E |
| Octal | 206 | 52 | 24 | 0 | 105 | 125 | 57 | 14 | 112 | 36 |
| Binary | 10000110 | 101010 | 10100 | 0 | 1000101 | 1010101 | 101111 | 1100 | 1001010 | 11110 |
Color Harmonies of #862A14
Complementary color
Monochromatic Colors of #862A14
Black with #862A14
Text Example
Text Example
White with #862A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862A14; }
p { color: rgb(134,42,20); }
H1.HeaderClassName
{
color: #862A14;
}
.AnyTagClassName
{
color: #862A14;
}
</style>
background-color css
<style>
a { background-color: #862A14; }
a { background-color: rgb(134,42,20); }
div.DivClassName
{
background-color: #862A14;
}
.BgClassName
{
background-color: #862A14;
}
</style>
border-color css
<style>
span { border-color: #862A14; }
span { border-color: rgb(134,42,20); }
td.TdClassName
{
border-color: #862A14;
}
.TagClassName
{
border-color: #862A14;
}
</style>