Shades of Raw Umber #804700
Tints of Raw Umber #804700
RGB
CMYK
RGB Variations
Color information
#804700 (or 0x804700) is known color: Raw Umber. HEX triplet: 80, 47 and 00. RGB value is (128,71,0). Sum of RGB (Red+Green+Blue) = 128+71+0=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #804700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804700 is #7FB8FF. Grayscale: #505050. Windows color (decimal): -8370432 or 18304. OLE color: 18304.
HSL color Cylindrical-coordinate representation of color #804700: hue angle of 33.28º 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 #804700 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.50 |
| HSL | 33.28º | 1% | 0.25% | - |
| HSV(B) | 33.28º | 1% | 0.5% | - |
| XYZ | 11.16 | 9.1 | 1.17 | - |
| YUV | 79.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 0 | 0 | 0.45 | 1 | 0.50 | 33.28 | 1 | 0.25 |
| Hex | 80 | 47 | 0 | 0 | 2D | 64 | 32 | 21 | 64 | 19 |
| Octal | 200 | 107 | 0 | 0 | 55 | 144 | 62 | 41 | 144 | 31 |
| Binary | 10000000 | 1000111 | 0 | 0 | 101101 | 1100100 | 110010 | 100001 | 1100100 | 11001 |
Color Harmonies of #804700
Complementary color
Monochromatic Colors of #804700
Black with #804700
Text Example
Text Example
White with #804700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804700; }
p { color: rgb(128,71,0); }
H1.HeaderClassName
{
color: #804700;
}
.AnyTagClassName
{
color: #804700;
}
</style>
background-color css
<style>
a { background-color: #804700; }
a { background-color: rgb(128,71,0); }
div.DivClassName
{
background-color: #804700;
}
.BgClassName
{
background-color: #804700;
}
</style>
border-color css
<style>
span { border-color: #804700; }
span { border-color: rgb(128,71,0); }
td.TdClassName
{
border-color: #804700;
}
.TagClassName
{
border-color: #804700;
}
</style>