Shades of Raw Umber #804902
Tints of Raw Umber #804902
RGB
CMYK
RGB Variations
Color information
#804902 (or 0x804902) is known color: Raw Umber. HEX triplet: 80, 49 and 02. RGB value is (128,73,2). Sum of RGB (Red+Green+Blue) = 128+73+2=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #804902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804902 is #7FB6FD. Grayscale: #515151. Windows color (decimal): -8369918 or 149888. OLE color: 149888.
HSL color Cylindrical-coordinate representation of color #804902: hue angle of 33.81º 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 #804902 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 2 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.50 |
| HSL | 33.81º | 0.97% | 0.25% | - |
| HSV(B) | 33.81º | 0.98% | 0.5% | - |
| XYZ | 11.3 | 9.36 | 1.27 | - |
| YUV | 81.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 2 | 0 | 0.43 | 0.98 | 0.50 | 33.81 | 0.97 | 0.25 |
| Hex | 80 | 49 | 2 | 0 | 2B | 62 | 32 | 22 | 61 | 19 |
| Octal | 200 | 111 | 2 | 0 | 53 | 142 | 62 | 42 | 141 | 31 |
| Binary | 10000000 | 1001001 | 10 | 0 | 101011 | 1100010 | 110010 | 100010 | 1100001 | 11001 |
Color Harmonies of #804902
Complementary color
Monochromatic Colors of #804902
Black with #804902
Text Example
Text Example
White with #804902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804902; }
p { color: rgb(128,73,2); }
H1.HeaderClassName
{
color: #804902;
}
.AnyTagClassName
{
color: #804902;
}
</style>
background-color css
<style>
a { background-color: #804902; }
a { background-color: rgb(128,73,2); }
div.DivClassName
{
background-color: #804902;
}
.BgClassName
{
background-color: #804902;
}
</style>
border-color css
<style>
span { border-color: #804902; }
span { border-color: rgb(128,73,2); }
td.TdClassName
{
border-color: #804902;
}
.TagClassName
{
border-color: #804902;
}
</style>