Shades of Raw Umber #804400
Tints of Raw Umber #804400
RGB
CMYK
RGB Variations
Color information
#804400 (or 0x804400) is known color: Raw Umber. HEX triplet: 80, 44 and 00. RGB value is (128,68,0). Sum of RGB (Red+Green+Blue) = 128+68+0=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #804400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804400 is #7FBBFF. Grayscale: #4E4E4E. Windows color (decimal): -8371200 or 17536. OLE color: 17536.
HSL color Cylindrical-coordinate representation of color #804400: hue angle of 31.88º 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 #804400 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 68 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.50 |
| HSL | 31.88º | 1% | 0.25% | - |
| HSV(B) | 31.88º | 1% | 0.5% | - |
| XYZ | 10.97 | 8.72 | 1.11 | - |
| YUV | 78.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 0 | 0 | 0.47 | 1 | 0.50 | 31.88 | 1 | 0.25 |
| Hex | 80 | 44 | 0 | 0 | 2F | 64 | 32 | 20 | 64 | 19 |
| Octal | 200 | 104 | 0 | 0 | 57 | 144 | 62 | 40 | 144 | 31 |
| Binary | 10000000 | 1000100 | 0 | 0 | 101111 | 1100100 | 110010 | 100000 | 1100100 | 11001 |
Color Harmonies of #804400
Complementary color
Monochromatic Colors of #804400
Black with #804400
Text Example
Text Example
White with #804400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804400; }
p { color: rgb(128,68,0); }
H1.HeaderClassName
{
color: #804400;
}
.AnyTagClassName
{
color: #804400;
}
</style>
background-color css
<style>
a { background-color: #804400; }
a { background-color: rgb(128,68,0); }
div.DivClassName
{
background-color: #804400;
}
.BgClassName
{
background-color: #804400;
}
</style>
border-color css
<style>
span { border-color: #804400; }
span { border-color: rgb(128,68,0); }
td.TdClassName
{
border-color: #804400;
}
.TagClassName
{
border-color: #804400;
}
</style>