Shades of Raw Umber #80560E
Tints of Raw Umber #80560E
RGB
CMYK
RGB Variations
Color information
#80560E (or 0x80560E) is known color: Raw Umber. HEX triplet: 80, 56 and 0E. RGB value is (128,86,14). Sum of RGB (Red+Green+Blue) = 128+86+14=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80560E is #7FA9F1. Grayscale: #5A5A5A. Windows color (decimal): -8366578 or 939648. OLE color: 939648.
HSL color Cylindrical-coordinate representation of color #80560E: hue angle of 37.89º 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 #80560E is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 14 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.50 |
| HSL | 37.89º | 0.8% | 0.28% | - |
| HSV(B) | 37.89º | 0.89% | 0.5% | - |
| XYZ | 12.31 | 11.28 | 1.94 | - |
| YUV | 90.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 14 | 0 | 0.33 | 0.89 | 0.50 | 37.89 | 0.8 | 0.28 |
| Hex | 80 | 56 | E | 0 | 21 | 59 | 32 | 26 | 50 | 1C |
| Octal | 200 | 126 | 16 | 0 | 41 | 131 | 62 | 46 | 120 | 34 |
| Binary | 10000000 | 1010110 | 1110 | 0 | 100001 | 1011001 | 110010 | 100110 | 1010000 | 11100 |
Color Harmonies of #80560E
Complementary color
Monochromatic Colors of #80560E
Black with #80560E
Text Example
Text Example
White with #80560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80560E; }
p { color: rgb(128,86,14); }
H1.HeaderClassName
{
color: #80560E;
}
.AnyTagClassName
{
color: #80560E;
}
</style>
background-color css
<style>
a { background-color: #80560E; }
a { background-color: rgb(128,86,14); }
div.DivClassName
{
background-color: #80560E;
}
.BgClassName
{
background-color: #80560E;
}
</style>
border-color css
<style>
span { border-color: #80560E; }
span { border-color: rgb(128,86,14); }
td.TdClassName
{
border-color: #80560E;
}
.TagClassName
{
border-color: #80560E;
}
</style>