Shades of Raw Umber #804D04
Tints of Raw Umber #804D04
RGB
CMYK
RGB Variations
Color information
#804D04 (or 0x804D04) is known color: Raw Umber. HEX triplet: 80, 4D and 04. RGB value is (128,77,4). Sum of RGB (Red+Green+Blue) = 128+77+4=209 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.24% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 128 - color contains mainly: red. Hex color #804D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804D04 is #7FB2FB. Grayscale: #545454. Windows color (decimal): -8368892 or 281984. OLE color: 281984.
HSL color Cylindrical-coordinate representation of color #804D04: hue angle of 35.32º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #804D04 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 4 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.50 |
| HSL | 35.32º | 0.94% | 0.26% | - |
| HSV(B) | 35.32º | 0.97% | 0.5% | - |
| XYZ | 11.58 | 9.91 | 1.42 | - |
| YUV | 83.93 | 82.9 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 4 | 0 | 0.40 | 0.97 | 0.50 | 35.32 | 0.94 | 0.26 |
| Hex | 80 | 4D | 4 | 0 | 28 | 61 | 32 | 23 | 5E | 1A |
| Octal | 200 | 115 | 4 | 0 | 50 | 141 | 62 | 43 | 136 | 32 |
| Binary | 10000000 | 1001101 | 100 | 0 | 101000 | 1100001 | 110010 | 100011 | 1011110 | 11010 |
Color Harmonies of #804D04
Complementary color
Monochromatic Colors of #804D04
Black with #804D04
Text Example
Text Example
White with #804D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D04; }
p { color: rgb(128,77,4); }
H1.HeaderClassName
{
color: #804D04;
}
.AnyTagClassName
{
color: #804D04;
}
</style>
background-color css
<style>
a { background-color: #804D04; }
a { background-color: rgb(128,77,4); }
div.DivClassName
{
background-color: #804D04;
}
.BgClassName
{
background-color: #804D04;
}
</style>
border-color css
<style>
span { border-color: #804D04; }
span { border-color: rgb(128,77,4); }
td.TdClassName
{
border-color: #804D04;
}
.TagClassName
{
border-color: #804D04;
}
</style>