Shades of Burnt Umber #80351F
Tints of Burnt Umber #80351F
RGB
CMYK
RGB Variations
Color information
#80351F (or 0x80351F) is known color: Burnt Umber. HEX triplet: 80, 35 and 1F. RGB value is (128,53,31). Sum of RGB (Red+Green+Blue) = 128+53+31=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80351F is #7FCAE0. Grayscale: #494949. Windows color (decimal): -8375009 or 2045312. OLE color: 2045312.
HSL color Cylindrical-coordinate representation of color #80351F: hue angle of 13.61º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80351F is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 31 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.50 |
| HSL | 13.61º | 0.61% | 0.31% | - |
| HSV(B) | 13.61º | 0.76% | 0.5% | - |
| XYZ | 10.42 | 7.23 | 2.14 | - |
| YUV | 72.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 31 | 0 | 0.59 | 0.76 | 0.50 | 13.61 | 0.61 | 0.31 |
| Hex | 80 | 35 | 1F | 0 | 3B | 4C | 32 | E | 3D | 1F |
| Octal | 200 | 65 | 37 | 0 | 73 | 114 | 62 | 16 | 75 | 37 |
| Binary | 10000000 | 110101 | 11111 | 0 | 111011 | 1001100 | 110010 | 1110 | 111101 | 11111 |
Color Harmonies of #80351F
Complementary color
Monochromatic Colors of #80351F
Black with #80351F
Text Example
Text Example
White with #80351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80351F; }
p { color: rgb(128,53,31); }
H1.HeaderClassName
{
color: #80351F;
}
.AnyTagClassName
{
color: #80351F;
}
</style>
background-color css
<style>
a { background-color: #80351F; }
a { background-color: rgb(128,53,31); }
div.DivClassName
{
background-color: #80351F;
}
.BgClassName
{
background-color: #80351F;
}
</style>
border-color css
<style>
span { border-color: #80351F; }
span { border-color: rgb(128,53,31); }
td.TdClassName
{
border-color: #80351F;
}
.TagClassName
{
border-color: #80351F;
}
</style>