Shades of Burnt Umber #843020
Tints of Burnt Umber #843020
RGB
CMYK
RGB Variations
Color information
#843020 (or 0x843020) is known color: Burnt Umber. HEX triplet: 84, 30 and 20. RGB value is (132,48,32). Sum of RGB (Red+Green+Blue) = 132+48+32=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #843020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843020 is #7BCFDF. Grayscale: #474747. Windows color (decimal): -8114144 or 2109572. OLE color: 2109572.
HSL color Cylindrical-coordinate representation of color #843020: hue angle of 9.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 #843020 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 32 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.48 |
| HSL | 9.6º | 0.61% | 0.32% | - |
| HSV(B) | 9.6º | 0.76% | 0.52% | - |
| XYZ | 10.83 | 7.12 | 2.17 | - |
| YUV | 71.29 | 105.83 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 32 | 0 | 0.64 | 0.76 | 0.48 | 9.6 | 0.61 | 0.32 |
| Hex | 84 | 30 | 20 | 0 | 40 | 4C | 30 | A | 3D | 20 |
| Octal | 204 | 60 | 40 | 0 | 100 | 114 | 60 | 12 | 75 | 40 |
| Binary | 10000100 | 110000 | 100000 | 0 | 1000000 | 1001100 | 110000 | 1010 | 111101 | 100000 |
Color Harmonies of #843020
Complementary color
Monochromatic Colors of #843020
Black with #843020
Text Example
Text Example
White with #843020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843020; }
p { color: rgb(132,48,32); }
H1.HeaderClassName
{
color: #843020;
}
.AnyTagClassName
{
color: #843020;
}
</style>
background-color css
<style>
a { background-color: #843020; }
a { background-color: rgb(132,48,32); }
div.DivClassName
{
background-color: #843020;
}
.BgClassName
{
background-color: #843020;
}
</style>
border-color css
<style>
span { border-color: #843020; }
span { border-color: rgb(132,48,32); }
td.TdClassName
{
border-color: #843020;
}
.TagClassName
{
border-color: #843020;
}
</style>