Shades of Burnt Umber #80351D
Tints of Burnt Umber #80351D
RGB
CMYK
RGB Variations
Color information
#80351D (or 0x80351D) is known color: Burnt Umber. HEX triplet: 80, 35 and 1D. RGB value is (128,53,29). Sum of RGB (Red+Green+Blue) = 128+53+29=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80351D is #7FCAE2. Grayscale: #484848. Windows color (decimal): -8375011 or 1914240. OLE color: 1914240.
HSL color Cylindrical-coordinate representation of color #80351D: hue angle of 14.55º 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 #80351D is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 29 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.50 |
| HSL | 14.55º | 0.63% | 0.31% | - |
| HSV(B) | 14.55º | 0.77% | 0.5% | - |
| XYZ | 10.4 | 7.22 | 2.01 | - |
| YUV | 72.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 29 | 0 | 0.59 | 0.77 | 0.50 | 14.55 | 0.63 | 0.31 |
| Hex | 80 | 35 | 1D | 0 | 3B | 4D | 32 | F | 3F | 1F |
| Octal | 200 | 65 | 35 | 0 | 73 | 115 | 62 | 17 | 77 | 37 |
| Binary | 10000000 | 110101 | 11101 | 0 | 111011 | 1001101 | 110010 | 1111 | 111111 | 11111 |
Color Harmonies of #80351D
Complementary color
Monochromatic Colors of #80351D
Black with #80351D
Text Example
Text Example
White with #80351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80351D; }
p { color: rgb(128,53,29); }
H1.HeaderClassName
{
color: #80351D;
}
.AnyTagClassName
{
color: #80351D;
}
</style>
background-color css
<style>
a { background-color: #80351D; }
a { background-color: rgb(128,53,29); }
div.DivClassName
{
background-color: #80351D;
}
.BgClassName
{
background-color: #80351D;
}
</style>
border-color css
<style>
span { border-color: #80351D; }
span { border-color: rgb(128,53,29); }
td.TdClassName
{
border-color: #80351D;
}
.TagClassName
{
border-color: #80351D;
}
</style>