Shades of Raw Umber #804A03
Tints of Raw Umber #804A03
RGB
CMYK
RGB Variations
Color information
#804A03 (or 0x804A03) is known color: Raw Umber. HEX triplet: 80, 4A and 03. RGB value is (128,74,3). Sum of RGB (Red+Green+Blue) = 128+74+3=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #804A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804A03 is #7FB5FC. Grayscale: #525252. Windows color (decimal): -8369661 or 215680. OLE color: 215680.
HSL color Cylindrical-coordinate representation of color #804A03: hue angle of 34.08º 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 #804A03 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.50 |
| HSL | 34.08º | 0.95% | 0.26% | - |
| HSV(B) | 34.08º | 0.98% | 0.5% | - |
| XYZ | 11.37 | 9.49 | 1.32 | - |
| YUV | 82.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 3 | 0 | 0.42 | 0.98 | 0.50 | 34.08 | 0.95 | 0.26 |
| Hex | 80 | 4A | 3 | 0 | 2A | 62 | 32 | 22 | 5F | 1A |
| Octal | 200 | 112 | 3 | 0 | 52 | 142 | 62 | 42 | 137 | 32 |
| Binary | 10000000 | 1001010 | 11 | 0 | 101010 | 1100010 | 110010 | 100010 | 1011111 | 11010 |
Color Harmonies of #804A03
Complementary color
Monochromatic Colors of #804A03
Black with #804A03
Text Example
Text Example
White with #804A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A03; }
p { color: rgb(128,74,3); }
H1.HeaderClassName
{
color: #804A03;
}
.AnyTagClassName
{
color: #804A03;
}
</style>
background-color css
<style>
a { background-color: #804A03; }
a { background-color: rgb(128,74,3); }
div.DivClassName
{
background-color: #804A03;
}
.BgClassName
{
background-color: #804A03;
}
</style>
border-color css
<style>
span { border-color: #804A03; }
span { border-color: rgb(128,74,3); }
td.TdClassName
{
border-color: #804A03;
}
.TagClassName
{
border-color: #804A03;
}
</style>