Shades of Raw Umber #805E00
Tints of Raw Umber #805E00
RGB
CMYK
RGB Variations
Color information
#805E00 (or 0x805E00) is known color: Raw Umber. HEX triplet: 80, 5E and 00. RGB value is (128,94,0). Sum of RGB (Red+Green+Blue) = 128+94+0=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #805E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805E00 is #7FA1FF. Grayscale: #5D5D5D. Windows color (decimal): -8364544 or 24192. OLE color: 24192.
HSL color Cylindrical-coordinate representation of color #805E00: hue angle of 44.06º 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 #805E00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.50 |
| HSL | 44.06º | 1% | 0.25% | - |
| HSV(B) | 44.06º | 1% | 0.5% | - |
| XYZ | 12.9 | 12.59 | 1.75 | - |
| YUV | 93.45 | 75.26 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 0 | 0 | 0.27 | 1 | 0.50 | 44.06 | 1 | 0.25 |
| Hex | 80 | 5E | 0 | 0 | 1B | 64 | 32 | 2C | 64 | 19 |
| Octal | 200 | 136 | 0 | 0 | 33 | 144 | 62 | 54 | 144 | 31 |
| Binary | 10000000 | 1011110 | 0 | 0 | 11011 | 1100100 | 110010 | 101100 | 1100100 | 11001 |
Color Harmonies of #805E00
Complementary color
Monochromatic Colors of #805E00
Black with #805E00
Text Example
Text Example
White with #805E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E00; }
p { color: rgb(128,94,0); }
H1.HeaderClassName
{
color: #805E00;
}
.AnyTagClassName
{
color: #805E00;
}
</style>
background-color css
<style>
a { background-color: #805E00; }
a { background-color: rgb(128,94,0); }
div.DivClassName
{
background-color: #805E00;
}
.BgClassName
{
background-color: #805E00;
}
</style>
border-color css
<style>
span { border-color: #805E00; }
span { border-color: rgb(128,94,0); }
td.TdClassName
{
border-color: #805E00;
}
.TagClassName
{
border-color: #805E00;
}
</style>