Shades of Burnt Umber #842C21
Tints of Burnt Umber #842C21
RGB
CMYK
RGB Variations
Color information
#842C21 (or 0x842C21) is known color: Burnt Umber. HEX triplet: 84, 2C and 21. RGB value is (132,44,33). Sum of RGB (Red+Green+Blue) = 132+44+33=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #842C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C21 is #7BD3DE. Grayscale: #454545. Windows color (decimal): -8115167 or 2174084. OLE color: 2174084.
HSL color Cylindrical-coordinate representation of color #842C21: hue angle of 6.67º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842C21 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 44 | 33 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.48 |
| HSL | 6.67º | 0.6% | 0.32% | - |
| HSV(B) | 6.67º | 0.75% | 0.52% | - |
| XYZ | 10.69 | 6.82 | 2.19 | - |
| YUV | 69.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 33 | 0 | 0.67 | 0.75 | 0.48 | 6.67 | 0.6 | 0.32 |
| Hex | 84 | 2C | 21 | 0 | 43 | 4B | 30 | 7 | 3C | 20 |
| Octal | 204 | 54 | 41 | 0 | 103 | 113 | 60 | 7 | 74 | 40 |
| Binary | 10000100 | 101100 | 100001 | 0 | 1000011 | 1001011 | 110000 | 111 | 111100 | 100000 |
Color Harmonies of #842C21
Complementary color
Monochromatic Colors of #842C21
Black with #842C21
Text Example
Text Example
White with #842C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C21; }
p { color: rgb(132,44,33); }
H1.HeaderClassName
{
color: #842C21;
}
.AnyTagClassName
{
color: #842C21;
}
</style>
background-color css
<style>
a { background-color: #842C21; }
a { background-color: rgb(132,44,33); }
div.DivClassName
{
background-color: #842C21;
}
.BgClassName
{
background-color: #842C21;
}
</style>
border-color css
<style>
span { border-color: #842C21; }
span { border-color: rgb(132,44,33); }
td.TdClassName
{
border-color: #842C21;
}
.TagClassName
{
border-color: #842C21;
}
</style>