Shades of Raw Umber #804A02
Tints of Raw Umber #804A02
RGB
CMYK
RGB Variations
Color information
#804A02 (or 0x804A02) is known color: Raw Umber. HEX triplet: 80, 4A and 02. RGB value is (128,74,2). Sum of RGB (Red+Green+Blue) = 128+74+2=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #804A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804A02 is #7FB5FD. Grayscale: #525252. Windows color (decimal): -8369662 or 150144. OLE color: 150144.
HSL color Cylindrical-coordinate representation of color #804A02: hue angle of 34.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #804A02 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 74 | 2 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.50 |
| HSL | 34.29º | 0.97% | 0.25% | - |
| HSV(B) | 34.29º | 0.98% | 0.5% | - |
| XYZ | 11.36 | 9.49 | 1.29 | - |
| YUV | 81.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 2 | 0 | 0.42 | 0.98 | 0.50 | 34.29 | 0.97 | 0.25 |
| Hex | 80 | 4A | 2 | 0 | 2A | 62 | 32 | 22 | 61 | 19 |
| Octal | 200 | 112 | 2 | 0 | 52 | 142 | 62 | 42 | 141 | 31 |
| Binary | 10000000 | 1001010 | 10 | 0 | 101010 | 1100010 | 110010 | 100010 | 1100001 | 11001 |
Color Harmonies of #804A02
Complementary color
Monochromatic Colors of #804A02
Black with #804A02
Text Example
Text Example
White with #804A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804A02; }
p { color: rgb(128,74,2); }
H1.HeaderClassName
{
color: #804A02;
}
.AnyTagClassName
{
color: #804A02;
}
</style>
background-color css
<style>
a { background-color: #804A02; }
a { background-color: rgb(128,74,2); }
div.DivClassName
{
background-color: #804A02;
}
.BgClassName
{
background-color: #804A02;
}
</style>
border-color css
<style>
span { border-color: #804A02; }
span { border-color: rgb(128,74,2); }
td.TdClassName
{
border-color: #804A02;
}
.TagClassName
{
border-color: #804A02;
}
</style>