Shades of Raw Umber #80490A
Tints of Raw Umber #80490A
RGB
CMYK
RGB Variations
Color information
#80490A (or 0x80490A) is known color: Raw Umber. HEX triplet: 80, 49 and 0A. RGB value is (128,73,10). Sum of RGB (Red+Green+Blue) = 128+73+10=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80490A is #7FB6F5. Grayscale: #525252. Windows color (decimal): -8369910 or 674176. OLE color: 674176.
HSL color Cylindrical-coordinate representation of color #80490A: hue angle of 32.03º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80490A is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 10 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.50 |
| HSL | 32.03º | 0.86% | 0.27% | - |
| HSV(B) | 32.03º | 0.92% | 0.5% | - |
| XYZ | 11.34 | 9.38 | 1.5 | - |
| YUV | 82.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 10 | 0 | 0.43 | 0.92 | 0.50 | 32.03 | 0.86 | 0.27 |
| Hex | 80 | 49 | A | 0 | 2B | 5C | 32 | 20 | 56 | 1B |
| Octal | 200 | 111 | 12 | 0 | 53 | 134 | 62 | 40 | 126 | 33 |
| Binary | 10000000 | 1001001 | 1010 | 0 | 101011 | 1011100 | 110010 | 100000 | 1010110 | 11011 |
Color Harmonies of #80490A
Complementary color
Monochromatic Colors of #80490A
Black with #80490A
Text Example
Text Example
White with #80490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80490A; }
p { color: rgb(128,73,10); }
H1.HeaderClassName
{
color: #80490A;
}
.AnyTagClassName
{
color: #80490A;
}
</style>
background-color css
<style>
a { background-color: #80490A; }
a { background-color: rgb(128,73,10); }
div.DivClassName
{
background-color: #80490A;
}
.BgClassName
{
background-color: #80490A;
}
</style>
border-color css
<style>
span { border-color: #80490A; }
span { border-color: rgb(128,73,10); }
td.TdClassName
{
border-color: #80490A;
}
.TagClassName
{
border-color: #80490A;
}
</style>