Shades of Burnt Umber #842E12
Tints of Burnt Umber #842E12
RGB
CMYK
RGB Variations
Color information
#842E12 (or 0x842E12) is known color: Burnt Umber. HEX triplet: 84, 2E and 12. RGB value is (132,46,18). Sum of RGB (Red+Green+Blue) = 132+46+18=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #842E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842E12 is #7BD1ED. Grayscale: #444444. Windows color (decimal): -8114670 or 1191556. OLE color: 1191556.
HSL color Cylindrical-coordinate representation of color #842E12: hue angle of 14.74º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #842E12 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 18 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.48 |
| HSL | 14.74º | 0.76% | 0.29% | - |
| HSV(B) | 14.74º | 0.86% | 0.52% | - |
| XYZ | 10.6 | 6.9 | 1.35 | - |
| YUV | 68.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 18 | 0 | 0.65 | 0.86 | 0.48 | 14.74 | 0.76 | 0.29 |
| Hex | 84 | 2E | 12 | 0 | 41 | 56 | 30 | F | 4C | 1D |
| Octal | 204 | 56 | 22 | 0 | 101 | 126 | 60 | 17 | 114 | 35 |
| Binary | 10000100 | 101110 | 10010 | 0 | 1000001 | 1010110 | 110000 | 1111 | 1001100 | 11101 |
Color Harmonies of #842E12
Complementary color
Monochromatic Colors of #842E12
Black with #842E12
Text Example
Text Example
White with #842E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E12; }
p { color: rgb(132,46,18); }
H1.HeaderClassName
{
color: #842E12;
}
.AnyTagClassName
{
color: #842E12;
}
</style>
background-color css
<style>
a { background-color: #842E12; }
a { background-color: rgb(132,46,18); }
div.DivClassName
{
background-color: #842E12;
}
.BgClassName
{
background-color: #842E12;
}
</style>
border-color css
<style>
span { border-color: #842E12; }
span { border-color: rgb(132,46,18); }
td.TdClassName
{
border-color: #842E12;
}
.TagClassName
{
border-color: #842E12;
}
</style>