Shades of Burnt Umber #823121
Tints of Burnt Umber #823121
RGB
CMYK
RGB Variations
Color information
#823121 (or 0x823121) is known color: Burnt Umber. HEX triplet: 82, 31 and 21. RGB value is (130,49,33). Sum of RGB (Red+Green+Blue) = 130+49+33=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #823121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823121 is #7DCEDE. Grayscale: #474747. Windows color (decimal): -8244959 or 2175362. OLE color: 2175362.
HSL color Cylindrical-coordinate representation of color #823121: hue angle of 9.9º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #823121 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 33 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.49 |
| HSL | 9.9º | 0.6% | 0.32% | - |
| HSV(B) | 9.9º | 0.75% | 0.51% | - |
| XYZ | 10.58 | 7.05 | 2.24 | - |
| YUV | 71.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 33 | 0 | 0.62 | 0.75 | 0.49 | 9.9 | 0.6 | 0.32 |
| Hex | 82 | 31 | 21 | 0 | 3E | 4B | 31 | A | 3C | 20 |
| Octal | 202 | 61 | 41 | 0 | 76 | 113 | 61 | 12 | 74 | 40 |
| Binary | 10000010 | 110001 | 100001 | 0 | 111110 | 1001011 | 110001 | 1010 | 111100 | 100000 |
Color Harmonies of #823121
Complementary color
Monochromatic Colors of #823121
Black with #823121
Text Example
Text Example
White with #823121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823121; }
p { color: rgb(130,49,33); }
H1.HeaderClassName
{
color: #823121;
}
.AnyTagClassName
{
color: #823121;
}
</style>
background-color css
<style>
a { background-color: #823121; }
a { background-color: rgb(130,49,33); }
div.DivClassName
{
background-color: #823121;
}
.BgClassName
{
background-color: #823121;
}
</style>
border-color css
<style>
span { border-color: #823121; }
span { border-color: rgb(130,49,33); }
td.TdClassName
{
border-color: #823121;
}
.TagClassName
{
border-color: #823121;
}
</style>