Shades of Raw Umber #804705
Tints of Raw Umber #804705
RGB
CMYK
RGB Variations
Color information
#804705 (or 0x804705) is known color: Raw Umber. HEX triplet: 80, 47 and 05. RGB value is (128,71,5). Sum of RGB (Red+Green+Blue) = 128+71+5=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #804705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804705 is #7FB8FA. Grayscale: #505050. Windows color (decimal): -8370427 or 345984. OLE color: 345984.
HSL color Cylindrical-coordinate representation of color #804705: hue angle of 32.2º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #804705 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 5 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.50 |
| HSL | 32.2º | 0.92% | 0.26% | - |
| HSV(B) | 32.2º | 0.96% | 0.5% | - |
| XYZ | 11.18 | 9.11 | 1.31 | - |
| YUV | 80.52 | 85.38 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 5 | 0 | 0.45 | 0.96 | 0.50 | 32.2 | 0.92 | 0.26 |
| Hex | 80 | 47 | 5 | 0 | 2D | 60 | 32 | 20 | 5C | 1A |
| Octal | 200 | 107 | 5 | 0 | 55 | 140 | 62 | 40 | 134 | 32 |
| Binary | 10000000 | 1000111 | 101 | 0 | 101101 | 1100000 | 110010 | 100000 | 1011100 | 11010 |
Color Harmonies of #804705
Complementary color
Monochromatic Colors of #804705
Black with #804705
Text Example
Text Example
White with #804705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804705; }
p { color: rgb(128,71,5); }
H1.HeaderClassName
{
color: #804705;
}
.AnyTagClassName
{
color: #804705;
}
</style>
background-color css
<style>
a { background-color: #804705; }
a { background-color: rgb(128,71,5); }
div.DivClassName
{
background-color: #804705;
}
.BgClassName
{
background-color: #804705;
}
</style>
border-color css
<style>
span { border-color: #804705; }
span { border-color: rgb(128,71,5); }
td.TdClassName
{
border-color: #804705;
}
.TagClassName
{
border-color: #804705;
}
</style>