Shades of Raw Umber #805A00
Tints of Raw Umber #805A00
RGB
CMYK
RGB Variations
Color information
#805A00 (or 0x805A00) is known color: Raw Umber. HEX triplet: 80, 5A and 00. RGB value is (128,90,0). Sum of RGB (Red+Green+Blue) = 128+90+0=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #805A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805A00 is #7FA5FF. Grayscale: #5B5B5B. Windows color (decimal): -8365568 or 23168. OLE color: 23168.
HSL color Cylindrical-coordinate representation of color #805A00: hue angle of 42.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #805A00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 90 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.50 |
| HSL | 42.19º | 1% | 0.25% | - |
| HSV(B) | 42.19º | 1% | 0.5% | - |
| XYZ | 12.56 | 11.9 | 1.64 | - |
| YUV | 91.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 0 | 0 | 0.30 | 1 | 0.50 | 42.19 | 1 | 0.25 |
| Hex | 80 | 5A | 0 | 0 | 1E | 64 | 32 | 2A | 64 | 19 |
| Octal | 200 | 132 | 0 | 0 | 36 | 144 | 62 | 52 | 144 | 31 |
| Binary | 10000000 | 1011010 | 0 | 0 | 11110 | 1100100 | 110010 | 101010 | 1100100 | 11001 |
Color Harmonies of #805A00
Complementary color
Monochromatic Colors of #805A00
Black with #805A00
Text Example
Text Example
White with #805A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805A00; }
p { color: rgb(128,90,0); }
H1.HeaderClassName
{
color: #805A00;
}
.AnyTagClassName
{
color: #805A00;
}
</style>
background-color css
<style>
a { background-color: #805A00; }
a { background-color: rgb(128,90,0); }
div.DivClassName
{
background-color: #805A00;
}
.BgClassName
{
background-color: #805A00;
}
</style>
border-color css
<style>
span { border-color: #805A00; }
span { border-color: rgb(128,90,0); }
td.TdClassName
{
border-color: #805A00;
}
.TagClassName
{
border-color: #805A00;
}
</style>