Shades of Raw Umber #804D03
Tints of Raw Umber #804D03
RGB
CMYK
RGB Variations
Color information
#804D03 (or 0x804D03) is known color: Raw Umber. HEX triplet: 80, 4D and 03. RGB value is (128,77,3). Sum of RGB (Red+Green+Blue) = 128+77+3=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #804D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804D03 is #7FB2FC. Grayscale: #545454. Windows color (decimal): -8368893 or 216448. OLE color: 216448.
HSL color Cylindrical-coordinate representation of color #804D03: hue angle of 35.52º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #804D03 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.50 |
| HSL | 35.52º | 0.95% | 0.26% | - |
| HSV(B) | 35.52º | 0.98% | 0.5% | - |
| XYZ | 11.57 | 9.9 | 1.39 | - |
| YUV | 83.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 3 | 0 | 0.40 | 0.98 | 0.50 | 35.52 | 0.95 | 0.26 |
| Hex | 80 | 4D | 3 | 0 | 28 | 62 | 32 | 24 | 5F | 1A |
| Octal | 200 | 115 | 3 | 0 | 50 | 142 | 62 | 44 | 137 | 32 |
| Binary | 10000000 | 1001101 | 11 | 0 | 101000 | 1100010 | 110010 | 100100 | 1011111 | 11010 |
Color Harmonies of #804D03
Complementary color
Monochromatic Colors of #804D03
Black with #804D03
Text Example
Text Example
White with #804D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D03; }
p { color: rgb(128,77,3); }
H1.HeaderClassName
{
color: #804D03;
}
.AnyTagClassName
{
color: #804D03;
}
</style>
background-color css
<style>
a { background-color: #804D03; }
a { background-color: rgb(128,77,3); }
div.DivClassName
{
background-color: #804D03;
}
.BgClassName
{
background-color: #804D03;
}
</style>
border-color css
<style>
span { border-color: #804D03; }
span { border-color: rgb(128,77,3); }
td.TdClassName
{
border-color: #804D03;
}
.TagClassName
{
border-color: #804D03;
}
</style>