Shades of Burnt Umber #84321D
Tints of Burnt Umber #84321D
RGB
CMYK
RGB Variations
Color information
#84321D (or 0x84321D) is known color: Burnt Umber. HEX triplet: 84, 32 and 1D. RGB value is (132,50,29). Sum of RGB (Red+Green+Blue) = 132+50+29=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84321D is #7BCDE2. Grayscale: #484848. Windows color (decimal): -8113635 or 1913476. OLE color: 1913476.
HSL color Cylindrical-coordinate representation of color #84321D: hue angle of 12.23º 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 #84321D is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 29 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.48 |
| HSL | 12.23º | 0.64% | 0.32% | - |
| HSV(B) | 12.23º | 0.78% | 0.52% | - |
| XYZ | 10.88 | 7.28 | 1.99 | - |
| YUV | 72.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 29 | 0 | 0.62 | 0.78 | 0.48 | 12.23 | 0.64 | 0.32 |
| Hex | 84 | 32 | 1D | 0 | 3E | 4E | 30 | C | 40 | 20 |
| Octal | 204 | 62 | 35 | 0 | 76 | 116 | 60 | 14 | 100 | 40 |
| Binary | 10000100 | 110010 | 11101 | 0 | 111110 | 1001110 | 110000 | 1100 | 1000000 | 100000 |
Color Harmonies of #84321D
Complementary color
Monochromatic Colors of #84321D
Black with #84321D
Text Example
Text Example
White with #84321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84321D; }
p { color: rgb(132,50,29); }
H1.HeaderClassName
{
color: #84321D;
}
.AnyTagClassName
{
color: #84321D;
}
</style>
background-color css
<style>
a { background-color: #84321D; }
a { background-color: rgb(132,50,29); }
div.DivClassName
{
background-color: #84321D;
}
.BgClassName
{
background-color: #84321D;
}
</style>
border-color css
<style>
span { border-color: #84321D; }
span { border-color: rgb(132,50,29); }
td.TdClassName
{
border-color: #84321D;
}
.TagClassName
{
border-color: #84321D;
}
</style>