Shades of Raw Umber #804C11
Tints of Raw Umber #804C11
RGB
CMYK
RGB Variations
Color information
#804C11 (or 0x804C11) is known color: Raw Umber. HEX triplet: 80, 4C and 11. RGB value is (128,76,17). Sum of RGB (Red+Green+Blue) = 128+76+17=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #804C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804C11 is #7FB3EE. Grayscale: #555555. Windows color (decimal): -8369135 or 1133696. OLE color: 1133696.
HSL color Cylindrical-coordinate representation of color #804C11: hue angle of 31.89º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #804C11 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 17 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.50 |
| HSL | 31.89º | 0.77% | 0.28% | - |
| HSV(B) | 31.89º | 0.87% | 0.5% | - |
| XYZ | 11.59 | 9.8 | 1.81 | - |
| YUV | 84.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 17 | 0 | 0.41 | 0.87 | 0.50 | 31.89 | 0.77 | 0.28 |
| Hex | 80 | 4C | 11 | 0 | 29 | 57 | 32 | 20 | 4D | 1C |
| Octal | 200 | 114 | 21 | 0 | 51 | 127 | 62 | 40 | 115 | 34 |
| Binary | 10000000 | 1001100 | 10001 | 0 | 101001 | 1010111 | 110010 | 100000 | 1001101 | 11100 |
Color Harmonies of #804C11
Complementary color
Monochromatic Colors of #804C11
Black with #804C11
Text Example
Text Example
White with #804C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C11; }
p { color: rgb(128,76,17); }
H1.HeaderClassName
{
color: #804C11;
}
.AnyTagClassName
{
color: #804C11;
}
</style>
background-color css
<style>
a { background-color: #804C11; }
a { background-color: rgb(128,76,17); }
div.DivClassName
{
background-color: #804C11;
}
.BgClassName
{
background-color: #804C11;
}
</style>
border-color css
<style>
span { border-color: #804C11; }
span { border-color: rgb(128,76,17); }
td.TdClassName
{
border-color: #804C11;
}
.TagClassName
{
border-color: #804C11;
}
</style>