Shades of Raw Umber #804D11
Tints of Raw Umber #804D11
RGB
CMYK
RGB Variations
Color information
#804D11 (or 0x804D11) is known color: Raw Umber. HEX triplet: 80, 4D and 11. RGB value is (128,77,17). Sum of RGB (Red+Green+Blue) = 128+77+17=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #804D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804D11 is #7FB2EE. Grayscale: #555555. Windows color (decimal): -8368879 or 1133952. OLE color: 1133952.
HSL color Cylindrical-coordinate representation of color #804D11: hue angle of 32.43º 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 #804D11 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 17 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.50 |
| HSL | 32.43º | 0.77% | 0.28% | - |
| HSV(B) | 32.43º | 0.87% | 0.5% | - |
| XYZ | 11.66 | 9.94 | 1.83 | - |
| YUV | 85.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 17 | 0 | 0.40 | 0.87 | 0.50 | 32.43 | 0.77 | 0.28 |
| Hex | 80 | 4D | 11 | 0 | 28 | 57 | 32 | 20 | 4D | 1C |
| Octal | 200 | 115 | 21 | 0 | 50 | 127 | 62 | 40 | 115 | 34 |
| Binary | 10000000 | 1001101 | 10001 | 0 | 101000 | 1010111 | 110010 | 100000 | 1001101 | 11100 |
Color Harmonies of #804D11
Complementary color
Monochromatic Colors of #804D11
Black with #804D11
Text Example
Text Example
White with #804D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D11; }
p { color: rgb(128,77,17); }
H1.HeaderClassName
{
color: #804D11;
}
.AnyTagClassName
{
color: #804D11;
}
</style>
background-color css
<style>
a { background-color: #804D11; }
a { background-color: rgb(128,77,17); }
div.DivClassName
{
background-color: #804D11;
}
.BgClassName
{
background-color: #804D11;
}
</style>
border-color css
<style>
span { border-color: #804D11; }
span { border-color: rgb(128,77,17); }
td.TdClassName
{
border-color: #804D11;
}
.TagClassName
{
border-color: #804D11;
}
</style>