Shades of Burnt Umber #84341E
Tints of Burnt Umber #84341E
RGB
CMYK
RGB Variations
Color information
#84341E (or 0x84341E) is known color: Burnt Umber. HEX triplet: 84, 34 and 1E. RGB value is (132,52,30). Sum of RGB (Red+Green+Blue) = 132+52+30=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84341E is #7BCBE1. Grayscale: #494949. Windows color (decimal): -8113122 or 1979524. OLE color: 1979524.
HSL color Cylindrical-coordinate representation of color #84341E: hue angle of 12.94º 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 #84341E is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 30 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.48 |
| HSL | 12.94º | 0.63% | 0.32% | - |
| HSV(B) | 12.94º | 0.77% | 0.52% | - |
| XYZ | 10.98 | 7.46 | 2.09 | - |
| YUV | 73.41 | 103.5 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 30 | 0 | 0.61 | 0.77 | 0.48 | 12.94 | 0.63 | 0.32 |
| Hex | 84 | 34 | 1E | 0 | 3D | 4D | 30 | D | 3F | 20 |
| Octal | 204 | 64 | 36 | 0 | 75 | 115 | 60 | 15 | 77 | 40 |
| Binary | 10000100 | 110100 | 11110 | 0 | 111101 | 1001101 | 110000 | 1101 | 111111 | 100000 |
Color Harmonies of #84341E
Complementary color
Monochromatic Colors of #84341E
Black with #84341E
Text Example
Text Example
White with #84341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84341E; }
p { color: rgb(132,52,30); }
H1.HeaderClassName
{
color: #84341E;
}
.AnyTagClassName
{
color: #84341E;
}
</style>
background-color css
<style>
a { background-color: #84341E; }
a { background-color: rgb(132,52,30); }
div.DivClassName
{
background-color: #84341E;
}
.BgClassName
{
background-color: #84341E;
}
</style>
border-color css
<style>
span { border-color: #84341E; }
span { border-color: rgb(132,52,30); }
td.TdClassName
{
border-color: #84341E;
}
.TagClassName
{
border-color: #84341E;
}
</style>