Shades of Raw Umber #804901
Tints of Raw Umber #804901
RGB
CMYK
RGB Variations
Color information
#804901 (or 0x804901) is known color: Raw Umber. HEX triplet: 80, 49 and 01. RGB value is (128,73,1). Sum of RGB (Red+Green+Blue) = 128+73+1=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #804901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804901 is #7FB6FE. Grayscale: #515151. Windows color (decimal): -8369919 or 84352. OLE color: 84352.
HSL color Cylindrical-coordinate representation of color #804901: hue angle of 34.02º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #804901 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.50 |
| HSL | 34.02º | 0.98% | 0.25% | - |
| HSV(B) | 34.02º | 0.99% | 0.5% | - |
| XYZ | 11.29 | 9.36 | 1.24 | - |
| YUV | 81.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 1 | 0 | 0.43 | 0.99 | 0.50 | 34.02 | 0.98 | 0.25 |
| Hex | 80 | 49 | 1 | 0 | 2B | 63 | 32 | 22 | 62 | 19 |
| Octal | 200 | 111 | 1 | 0 | 53 | 143 | 62 | 42 | 142 | 31 |
| Binary | 10000000 | 1001001 | 1 | 0 | 101011 | 1100011 | 110010 | 100010 | 1100010 | 11001 |
Color Harmonies of #804901
Complementary color
Monochromatic Colors of #804901
Black with #804901
Text Example
Text Example
White with #804901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804901; }
p { color: rgb(128,73,1); }
H1.HeaderClassName
{
color: #804901;
}
.AnyTagClassName
{
color: #804901;
}
</style>
background-color css
<style>
a { background-color: #804901; }
a { background-color: rgb(128,73,1); }
div.DivClassName
{
background-color: #804901;
}
.BgClassName
{
background-color: #804901;
}
</style>
border-color css
<style>
span { border-color: #804901; }
span { border-color: rgb(128,73,1); }
td.TdClassName
{
border-color: #804901;
}
.TagClassName
{
border-color: #804901;
}
</style>