Shades of Burnt Umber #842C0A
Tints of Burnt Umber #842C0A
RGB
CMYK
RGB Variations
Color information
#842C0A (or 0x842C0A) is known color: Burnt Umber. HEX triplet: 84, 2C and 0A. RGB value is (132,44,10). Sum of RGB (Red+Green+Blue) = 132+44+10=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #842C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842C0A is #7BD3F5. Grayscale: #424242. Windows color (decimal): -8115190 or 666756. OLE color: 666756.
HSL color Cylindrical-coordinate representation of color #842C0A: hue angle of 16.72º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #842C0A is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 10 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.48 |
| HSL | 16.72º | 0.86% | 0.28% | - |
| HSV(B) | 16.72º | 0.92% | 0.52% | - |
| XYZ | 10.47 | 6.73 | 1.03 | - |
| YUV | 66.44 | 96.15 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 10 | 0 | 0.67 | 0.92 | 0.48 | 16.72 | 0.86 | 0.28 |
| Hex | 84 | 2C | A | 0 | 43 | 5C | 30 | 11 | 56 | 1C |
| Octal | 204 | 54 | 12 | 0 | 103 | 134 | 60 | 21 | 126 | 34 |
| Binary | 10000100 | 101100 | 1010 | 0 | 1000011 | 1011100 | 110000 | 10001 | 1010110 | 11100 |
Color Harmonies of #842C0A
Complementary color
Monochromatic Colors of #842C0A
Black with #842C0A
Text Example
Text Example
White with #842C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C0A; }
p { color: rgb(132,44,10); }
H1.HeaderClassName
{
color: #842C0A;
}
.AnyTagClassName
{
color: #842C0A;
}
</style>
background-color css
<style>
a { background-color: #842C0A; }
a { background-color: rgb(132,44,10); }
div.DivClassName
{
background-color: #842C0A;
}
.BgClassName
{
background-color: #842C0A;
}
</style>
border-color css
<style>
span { border-color: #842C0A; }
span { border-color: rgb(132,44,10); }
td.TdClassName
{
border-color: #842C0A;
}
.TagClassName
{
border-color: #842C0A;
}
</style>