Shades of Burnt Umber #80301D
Tints of Burnt Umber #80301D
RGB
CMYK
RGB Variations
Color information
#80301D (or 0x80301D) is known color: Burnt Umber. HEX triplet: 80, 30 and 1D. RGB value is (128,48,29). Sum of RGB (Red+Green+Blue) = 128+48+29=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #80301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80301D is #7FCFE2. Grayscale: #454545. Windows color (decimal): -8376291 or 1912960. OLE color: 1912960.
HSL color Cylindrical-coordinate representation of color #80301D: hue angle of 11.52º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80301D is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 29 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.50 |
| HSL | 11.52º | 0.63% | 0.31% | - |
| HSV(B) | 11.52º | 0.77% | 0.5% | - |
| XYZ | 10.18 | 6.79 | 1.94 | - |
| YUV | 69.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 29 | 0 | 0.62 | 0.77 | 0.50 | 11.52 | 0.63 | 0.31 |
| Hex | 80 | 30 | 1D | 0 | 3E | 4D | 32 | C | 3F | 1F |
| Octal | 200 | 60 | 35 | 0 | 76 | 115 | 62 | 14 | 77 | 37 |
| Binary | 10000000 | 110000 | 11101 | 0 | 111110 | 1001101 | 110010 | 1100 | 111111 | 11111 |
Color Harmonies of #80301D
Complementary color
Monochromatic Colors of #80301D
Black with #80301D
Text Example
Text Example
White with #80301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80301D; }
p { color: rgb(128,48,29); }
H1.HeaderClassName
{
color: #80301D;
}
.AnyTagClassName
{
color: #80301D;
}
</style>
background-color css
<style>
a { background-color: #80301D; }
a { background-color: rgb(128,48,29); }
div.DivClassName
{
background-color: #80301D;
}
.BgClassName
{
background-color: #80301D;
}
</style>
border-color css
<style>
span { border-color: #80301D; }
span { border-color: rgb(128,48,29); }
td.TdClassName
{
border-color: #80301D;
}
.TagClassName
{
border-color: #80301D;
}
</style>