Shades of Raw Umber #804E04
Tints of Raw Umber #804E04
RGB
CMYK
RGB Variations
Color information
#804E04 (or 0x804E04) is known color: Raw Umber. HEX triplet: 80, 4E and 04. RGB value is (128,78,4). Sum of RGB (Red+Green+Blue) = 128+78+4=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #804E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804E04 is #7FB1FB. Grayscale: #545454. Windows color (decimal): -8368636 or 282240. OLE color: 282240.
HSL color Cylindrical-coordinate representation of color #804E04: hue angle of 35.81º 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 #804E04 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 4 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.50 |
| HSL | 35.81º | 0.94% | 0.26% | - |
| HSV(B) | 35.81º | 0.97% | 0.5% | - |
| XYZ | 11.65 | 10.05 | 1.44 | - |
| YUV | 84.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 4 | 0 | 0.39 | 0.97 | 0.50 | 35.81 | 0.94 | 0.26 |
| Hex | 80 | 4E | 4 | 0 | 27 | 61 | 32 | 24 | 5E | 1A |
| Octal | 200 | 116 | 4 | 0 | 47 | 141 | 62 | 44 | 136 | 32 |
| Binary | 10000000 | 1001110 | 100 | 0 | 100111 | 1100001 | 110010 | 100100 | 1011110 | 11010 |
Color Harmonies of #804E04
Complementary color
Monochromatic Colors of #804E04
Black with #804E04
Text Example
Text Example
White with #804E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E04; }
p { color: rgb(128,78,4); }
H1.HeaderClassName
{
color: #804E04;
}
.AnyTagClassName
{
color: #804E04;
}
</style>
background-color css
<style>
a { background-color: #804E04; }
a { background-color: rgb(128,78,4); }
div.DivClassName
{
background-color: #804E04;
}
.BgClassName
{
background-color: #804E04;
}
</style>
border-color css
<style>
span { border-color: #804E04; }
span { border-color: rgb(128,78,4); }
td.TdClassName
{
border-color: #804E04;
}
.TagClassName
{
border-color: #804E04;
}
</style>