Shades of Burnt Umber #80381F
Tints of Burnt Umber #80381F
RGB
CMYK
RGB Variations
Color information
#80381F (or 0x80381F) is known color: Burnt Umber. HEX triplet: 80, 38 and 1F. RGB value is (128,56,31). Sum of RGB (Red+Green+Blue) = 128+56+31=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #80381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80381F is #7FC7E0. Grayscale: #4A4A4A. Windows color (decimal): -8374241 or 2046080. OLE color: 2046080.
HSL color Cylindrical-coordinate representation of color #80381F: hue angle of 15.46º 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 #80381F is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 31 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.50 |
| HSL | 15.46º | 0.61% | 0.31% | - |
| HSV(B) | 15.46º | 0.76% | 0.5% | - |
| XYZ | 10.56 | 7.52 | 2.19 | - |
| YUV | 74.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 31 | 0 | 0.56 | 0.76 | 0.50 | 15.46 | 0.61 | 0.31 |
| Hex | 80 | 38 | 1F | 0 | 38 | 4C | 32 | F | 3D | 1F |
| Octal | 200 | 70 | 37 | 0 | 70 | 114 | 62 | 17 | 75 | 37 |
| Binary | 10000000 | 111000 | 11111 | 0 | 111000 | 1001100 | 110010 | 1111 | 111101 | 11111 |
Color Harmonies of #80381F
Complementary color
Monochromatic Colors of #80381F
Black with #80381F
Text Example
Text Example
White with #80381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80381F; }
p { color: rgb(128,56,31); }
H1.HeaderClassName
{
color: #80381F;
}
.AnyTagClassName
{
color: #80381F;
}
</style>
background-color css
<style>
a { background-color: #80381F; }
a { background-color: rgb(128,56,31); }
div.DivClassName
{
background-color: #80381F;
}
.BgClassName
{
background-color: #80381F;
}
</style>
border-color css
<style>
span { border-color: #80381F; }
span { border-color: rgb(128,56,31); }
td.TdClassName
{
border-color: #80381F;
}
.TagClassName
{
border-color: #80381F;
}
</style>