Shades of Burnt Umber #842B20
Tints of Burnt Umber #842B20
RGB
CMYK
RGB Variations
Color information
#842B20 (or 0x842B20) is known color: Burnt Umber. HEX triplet: 84, 2B and 20. RGB value is (132,43,32). Sum of RGB (Red+Green+Blue) = 132+43+32=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #842B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842B20 is #7BD4DF. Grayscale: #444444. Windows color (decimal): -8115424 or 2108292. OLE color: 2108292.
HSL color Cylindrical-coordinate representation of color #842B20: hue angle of 6.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842B20 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 43 | 32 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.48 |
| HSL | 6.6º | 0.61% | 0.32% | - |
| HSV(B) | 6.6º | 0.76% | 0.52% | - |
| XYZ | 10.64 | 6.74 | 2.11 | - |
| YUV | 68.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 32 | 0 | 0.67 | 0.76 | 0.48 | 6.6 | 0.61 | 0.32 |
| Hex | 84 | 2B | 20 | 0 | 43 | 4C | 30 | 7 | 3D | 20 |
| Octal | 204 | 53 | 40 | 0 | 103 | 114 | 60 | 7 | 75 | 40 |
| Binary | 10000100 | 101011 | 100000 | 0 | 1000011 | 1001100 | 110000 | 111 | 111101 | 100000 |
Color Harmonies of #842B20
Complementary color
Monochromatic Colors of #842B20
Black with #842B20
Text Example
Text Example
White with #842B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842B20; }
p { color: rgb(132,43,32); }
H1.HeaderClassName
{
color: #842B20;
}
.AnyTagClassName
{
color: #842B20;
}
</style>
background-color css
<style>
a { background-color: #842B20; }
a { background-color: rgb(132,43,32); }
div.DivClassName
{
background-color: #842B20;
}
.BgClassName
{
background-color: #842B20;
}
</style>
border-color css
<style>
span { border-color: #842B20; }
span { border-color: rgb(132,43,32); }
td.TdClassName
{
border-color: #842B20;
}
.TagClassName
{
border-color: #842B20;
}
</style>