Shades of Raw Umber #80510A
Tints of Raw Umber #80510A
RGB
CMYK
RGB Variations
Color information
#80510A (or 0x80510A) is known color: Raw Umber. HEX triplet: 80, 51 and 0A. RGB value is (128,81,10). Sum of RGB (Red+Green+Blue) = 128+81+10=219 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.45% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 128 - color contains mainly: red. Hex color #80510A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80510A is #7FAEF5. Grayscale: #575757. Windows color (decimal): -8367862 or 676224. OLE color: 676224.
HSL color Cylindrical-coordinate representation of color #80510A: hue angle of 36.1º 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 #80510A is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 10 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.50 |
| HSL | 36.1º | 0.86% | 0.27% | - |
| HSV(B) | 36.1º | 0.92% | 0.5% | - |
| XYZ | 11.9 | 10.5 | 1.69 | - |
| YUV | 86.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 10 | 0 | 0.37 | 0.92 | 0.50 | 36.1 | 0.86 | 0.27 |
| Hex | 80 | 51 | A | 0 | 25 | 5C | 32 | 24 | 56 | 1B |
| Octal | 200 | 121 | 12 | 0 | 45 | 134 | 62 | 44 | 126 | 33 |
| Binary | 10000000 | 1010001 | 1010 | 0 | 100101 | 1011100 | 110010 | 100100 | 1010110 | 11011 |
Color Harmonies of #80510A
Complementary color
Monochromatic Colors of #80510A
Black with #80510A
Text Example
Text Example
White with #80510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80510A; }
p { color: rgb(128,81,10); }
H1.HeaderClassName
{
color: #80510A;
}
.AnyTagClassName
{
color: #80510A;
}
</style>
background-color css
<style>
a { background-color: #80510A; }
a { background-color: rgb(128,81,10); }
div.DivClassName
{
background-color: #80510A;
}
.BgClassName
{
background-color: #80510A;
}
</style>
border-color css
<style>
span { border-color: #80510A; }
span { border-color: rgb(128,81,10); }
td.TdClassName
{
border-color: #80510A;
}
.TagClassName
{
border-color: #80510A;
}
</style>