Shades of Raw Umber #80540E
Tints of Raw Umber #80540E
RGB
CMYK
RGB Variations
Color information
#80540E (or 0x80540E) is known color: Raw Umber. HEX triplet: 80, 54 and 0E. RGB value is (128,84,14). Sum of RGB (Red+Green+Blue) = 128+84+14=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80540E is #7FABF1. Grayscale: #595959. Windows color (decimal): -8367090 or 939136. OLE color: 939136.
HSL color Cylindrical-coordinate representation of color #80540E: hue angle of 36.84º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80540E is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 14 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.50 |
| HSL | 36.84º | 0.8% | 0.28% | - |
| HSV(B) | 36.84º | 0.89% | 0.5% | - |
| XYZ | 12.15 | 10.96 | 1.89 | - |
| YUV | 89.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 14 | 0 | 0.34 | 0.89 | 0.50 | 36.84 | 0.8 | 0.28 |
| Hex | 80 | 54 | E | 0 | 22 | 59 | 32 | 25 | 50 | 1C |
| Octal | 200 | 124 | 16 | 0 | 42 | 131 | 62 | 45 | 120 | 34 |
| Binary | 10000000 | 1010100 | 1110 | 0 | 100010 | 1011001 | 110010 | 100101 | 1010000 | 11100 |
Color Harmonies of #80540E
Complementary color
Monochromatic Colors of #80540E
Black with #80540E
Text Example
Text Example
White with #80540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80540E; }
p { color: rgb(128,84,14); }
H1.HeaderClassName
{
color: #80540E;
}
.AnyTagClassName
{
color: #80540E;
}
</style>
background-color css
<style>
a { background-color: #80540E; }
a { background-color: rgb(128,84,14); }
div.DivClassName
{
background-color: #80540E;
}
.BgClassName
{
background-color: #80540E;
}
</style>
border-color css
<style>
span { border-color: #80540E; }
span { border-color: rgb(128,84,14); }
td.TdClassName
{
border-color: #80540E;
}
.TagClassName
{
border-color: #80540E;
}
</style>