Shades of Burnt Umber #80321C
Tints of Burnt Umber #80321C
RGB
CMYK
RGB Variations
Color information
#80321C (or 0x80321C) is known color: Burnt Umber. HEX triplet: 80, 32 and 1C. RGB value is (128,50,28). Sum of RGB (Red+Green+Blue) = 128+50+28=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #80321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80321C is #7FCDE3. Grayscale: #464646. Windows color (decimal): -8375780 or 1847936. OLE color: 1847936.
HSL color Cylindrical-coordinate representation of color #80321C: hue angle of 13.2º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80321C is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 28 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.50 |
| HSL | 13.2º | 0.64% | 0.31% | - |
| HSV(B) | 13.2º | 0.78% | 0.5% | - |
| XYZ | 10.25 | 6.95 | 1.9 | - |
| YUV | 70.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 28 | 0 | 0.61 | 0.78 | 0.50 | 13.2 | 0.64 | 0.31 |
| Hex | 80 | 32 | 1C | 0 | 3D | 4E | 32 | D | 40 | 1F |
| Octal | 200 | 62 | 34 | 0 | 75 | 116 | 62 | 15 | 100 | 37 |
| Binary | 10000000 | 110010 | 11100 | 0 | 111101 | 1001110 | 110010 | 1101 | 1000000 | 11111 |
Color Harmonies of #80321C
Complementary color
Monochromatic Colors of #80321C
Black with #80321C
Text Example
Text Example
White with #80321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80321C; }
p { color: rgb(128,50,28); }
H1.HeaderClassName
{
color: #80321C;
}
.AnyTagClassName
{
color: #80321C;
}
</style>
background-color css
<style>
a { background-color: #80321C; }
a { background-color: rgb(128,50,28); }
div.DivClassName
{
background-color: #80321C;
}
.BgClassName
{
background-color: #80321C;
}
</style>
border-color css
<style>
span { border-color: #80321C; }
span { border-color: rgb(128,50,28); }
td.TdClassName
{
border-color: #80321C;
}
.TagClassName
{
border-color: #80321C;
}
</style>