Shades of Burnt Umber #84331E
Tints of Burnt Umber #84331E
RGB
CMYK
RGB Variations
Color information
#84331E (or 0x84331E) is known color: Burnt Umber. HEX triplet: 84, 33 and 1E. RGB value is (132,51,30). Sum of RGB (Red+Green+Blue) = 132+51+30=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #84331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84331E is #7BCCE1. Grayscale: #484848. Windows color (decimal): -8113378 or 1979268. OLE color: 1979268.
HSL color Cylindrical-coordinate representation of color #84331E: hue angle of 12.35º 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 #84331E is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 30 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.48 |
| HSL | 12.35º | 0.63% | 0.32% | - |
| HSV(B) | 12.35º | 0.77% | 0.52% | - |
| XYZ | 10.93 | 7.37 | 2.07 | - |
| YUV | 72.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 30 | 0 | 0.61 | 0.77 | 0.48 | 12.35 | 0.63 | 0.32 |
| Hex | 84 | 33 | 1E | 0 | 3D | 4D | 30 | C | 3F | 20 |
| Octal | 204 | 63 | 36 | 0 | 75 | 115 | 60 | 14 | 77 | 40 |
| Binary | 10000100 | 110011 | 11110 | 0 | 111101 | 1001101 | 110000 | 1100 | 111111 | 100000 |
Color Harmonies of #84331E
Complementary color
Monochromatic Colors of #84331E
Black with #84331E
Text Example
Text Example
White with #84331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84331E; }
p { color: rgb(132,51,30); }
H1.HeaderClassName
{
color: #84331E;
}
.AnyTagClassName
{
color: #84331E;
}
</style>
background-color css
<style>
a { background-color: #84331E; }
a { background-color: rgb(132,51,30); }
div.DivClassName
{
background-color: #84331E;
}
.BgClassName
{
background-color: #84331E;
}
</style>
border-color css
<style>
span { border-color: #84331E; }
span { border-color: rgb(132,51,30); }
td.TdClassName
{
border-color: #84331E;
}
.TagClassName
{
border-color: #84331E;
}
</style>