Shades of Burnt Umber #84331D
Tints of Burnt Umber #84331D
RGB
CMYK
RGB Variations
Color information
#84331D (or 0x84331D) is known color: Burnt Umber. HEX triplet: 84, 33 and 1D. RGB value is (132,51,29). Sum of RGB (Red+Green+Blue) = 132+51+29=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #84331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84331D is #7BCCE2. Grayscale: #484848. Windows color (decimal): -8113379 or 1913732. OLE color: 1913732.
HSL color Cylindrical-coordinate representation of color #84331D: hue angle of 12.82º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84331D is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 29 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.48 |
| HSL | 12.82º | 0.64% | 0.32% | - |
| HSV(B) | 12.82º | 0.78% | 0.52% | - |
| XYZ | 10.92 | 7.36 | 2.01 | - |
| YUV | 72.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 29 | 0 | 0.61 | 0.78 | 0.48 | 12.82 | 0.64 | 0.32 |
| Hex | 84 | 33 | 1D | 0 | 3D | 4E | 30 | D | 40 | 20 |
| Octal | 204 | 63 | 35 | 0 | 75 | 116 | 60 | 15 | 100 | 40 |
| Binary | 10000100 | 110011 | 11101 | 0 | 111101 | 1001110 | 110000 | 1101 | 1000000 | 100000 |
Color Harmonies of #84331D
Complementary color
Monochromatic Colors of #84331D
Black with #84331D
Text Example
Text Example
White with #84331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84331D; }
p { color: rgb(132,51,29); }
H1.HeaderClassName
{
color: #84331D;
}
.AnyTagClassName
{
color: #84331D;
}
</style>
background-color css
<style>
a { background-color: #84331D; }
a { background-color: rgb(132,51,29); }
div.DivClassName
{
background-color: #84331D;
}
.BgClassName
{
background-color: #84331D;
}
</style>
border-color css
<style>
span { border-color: #84331D; }
span { border-color: rgb(132,51,29); }
td.TdClassName
{
border-color: #84331D;
}
.TagClassName
{
border-color: #84331D;
}
</style>