Shades of Burnt Umber #80341F
Tints of Burnt Umber #80341F
RGB
CMYK
RGB Variations
Color information
#80341F (or 0x80341F) is known color: Burnt Umber. HEX triplet: 80, 34 and 1F. RGB value is (128,52,31). Sum of RGB (Red+Green+Blue) = 128+52+31=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80341F is #7FCBE0. Grayscale: #484848. Windows color (decimal): -8375265 or 2045056. OLE color: 2045056.
HSL color Cylindrical-coordinate representation of color #80341F: hue angle of 12.99º 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 #80341F is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 31 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.50 |
| HSL | 12.99º | 0.61% | 0.31% | - |
| HSV(B) | 12.99º | 0.76% | 0.5% | - |
| XYZ | 10.38 | 7.14 | 2.13 | - |
| YUV | 72.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 31 | 0 | 0.59 | 0.76 | 0.50 | 12.99 | 0.61 | 0.31 |
| Hex | 80 | 34 | 1F | 0 | 3B | 4C | 32 | D | 3D | 1F |
| Octal | 200 | 64 | 37 | 0 | 73 | 114 | 62 | 15 | 75 | 37 |
| Binary | 10000000 | 110100 | 11111 | 0 | 111011 | 1001100 | 110010 | 1101 | 111101 | 11111 |
Color Harmonies of #80341F
Complementary color
Monochromatic Colors of #80341F
Black with #80341F
Text Example
Text Example
White with #80341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80341F; }
p { color: rgb(128,52,31); }
H1.HeaderClassName
{
color: #80341F;
}
.AnyTagClassName
{
color: #80341F;
}
</style>
background-color css
<style>
a { background-color: #80341F; }
a { background-color: rgb(128,52,31); }
div.DivClassName
{
background-color: #80341F;
}
.BgClassName
{
background-color: #80341F;
}
</style>
border-color css
<style>
span { border-color: #80341F; }
span { border-color: rgb(128,52,31); }
td.TdClassName
{
border-color: #80341F;
}
.TagClassName
{
border-color: #80341F;
}
</style>