Shades of Burnt Umber #842A1E
Tints of Burnt Umber #842A1E
RGB
CMYK
RGB Variations
Color information
#842A1E (or 0x842A1E) is known color: Burnt Umber. HEX triplet: 84, 2A and 1E. RGB value is (132,42,30). Sum of RGB (Red+Green+Blue) = 132+42+30=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #842A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A1E is #7BD5E1. Grayscale: #434343. Windows color (decimal): -8115682 or 1976964. OLE color: 1976964.
HSL color Cylindrical-coordinate representation of color #842A1E: hue angle of 7.06º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842A1E is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 42 | 30 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.48 |
| HSL | 7.06º | 0.63% | 0.32% | - |
| HSV(B) | 7.06º | 0.77% | 0.52% | - |
| XYZ | 10.58 | 6.66 | 1.96 | - |
| YUV | 67.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 30 | 0 | 0.68 | 0.77 | 0.48 | 7.06 | 0.63 | 0.32 |
| Hex | 84 | 2A | 1E | 0 | 44 | 4D | 30 | 7 | 3F | 20 |
| Octal | 204 | 52 | 36 | 0 | 104 | 115 | 60 | 7 | 77 | 40 |
| Binary | 10000100 | 101010 | 11110 | 0 | 1000100 | 1001101 | 110000 | 111 | 111111 | 100000 |
Color Harmonies of #842A1E
Complementary color
Monochromatic Colors of #842A1E
Black with #842A1E
Text Example
Text Example
White with #842A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842A1E; }
p { color: rgb(132,42,30); }
H1.HeaderClassName
{
color: #842A1E;
}
.AnyTagClassName
{
color: #842A1E;
}
</style>
background-color css
<style>
a { background-color: #842A1E; }
a { background-color: rgb(132,42,30); }
div.DivClassName
{
background-color: #842A1E;
}
.BgClassName
{
background-color: #842A1E;
}
</style>
border-color css
<style>
span { border-color: #842A1E; }
span { border-color: rgb(132,42,30); }
td.TdClassName
{
border-color: #842A1E;
}
.TagClassName
{
border-color: #842A1E;
}
</style>