Shades of Burnt Umber #803121
Tints of Burnt Umber #803121
RGB
CMYK
RGB Variations
Color information
#803121 (or 0x803121) is known color: Burnt Umber. HEX triplet: 80, 31 and 21. RGB value is (128,49,33). Sum of RGB (Red+Green+Blue) = 128+49+33=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #803121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803121 is #7FCEDE. Grayscale: #464646. Windows color (decimal): -8376031 or 2175360. OLE color: 2175360.
HSL color Cylindrical-coordinate representation of color #803121: hue angle of 10.11º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #803121 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 33 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.50 |
| HSL | 10.11º | 0.59% | 0.32% | - |
| HSV(B) | 10.11º | 0.74% | 0.5% | - |
| XYZ | 10.27 | 6.9 | 2.23 | - |
| YUV | 70.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 33 | 0 | 0.62 | 0.74 | 0.50 | 10.11 | 0.59 | 0.32 |
| Hex | 80 | 31 | 21 | 0 | 3E | 4A | 32 | A | 3B | 20 |
| Octal | 200 | 61 | 41 | 0 | 76 | 112 | 62 | 12 | 73 | 40 |
| Binary | 10000000 | 110001 | 100001 | 0 | 111110 | 1001010 | 110010 | 1010 | 111011 | 100000 |
Color Harmonies of #803121
Complementary color
Monochromatic Colors of #803121
Black with #803121
Text Example
Text Example
White with #803121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803121; }
p { color: rgb(128,49,33); }
H1.HeaderClassName
{
color: #803121;
}
.AnyTagClassName
{
color: #803121;
}
</style>
background-color css
<style>
a { background-color: #803121; }
a { background-color: rgb(128,49,33); }
div.DivClassName
{
background-color: #803121;
}
.BgClassName
{
background-color: #803121;
}
</style>
border-color css
<style>
span { border-color: #803121; }
span { border-color: rgb(128,49,33); }
td.TdClassName
{
border-color: #803121;
}
.TagClassName
{
border-color: #803121;
}
</style>