Shades of Raw Umber #804907
Tints of Raw Umber #804907
RGB
CMYK
RGB Variations
Color information
#804907 (or 0x804907) is known color: Raw Umber. HEX triplet: 80, 49 and 07. RGB value is (128,73,7). Sum of RGB (Red+Green+Blue) = 128+73+7=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #804907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804907 is #7FB6F8. Grayscale: #525252. Windows color (decimal): -8369913 or 477568. OLE color: 477568.
HSL color Cylindrical-coordinate representation of color #804907: hue angle of 32.73º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #804907 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 7 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.50 |
| HSL | 32.73º | 0.9% | 0.26% | - |
| HSV(B) | 32.73º | 0.95% | 0.5% | - |
| XYZ | 11.32 | 9.37 | 1.41 | - |
| YUV | 81.92 | 85.72 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 7 | 0 | 0.43 | 0.95 | 0.50 | 32.73 | 0.9 | 0.26 |
| Hex | 80 | 49 | 7 | 0 | 2B | 5F | 32 | 21 | 5A | 1A |
| Octal | 200 | 111 | 7 | 0 | 53 | 137 | 62 | 41 | 132 | 32 |
| Binary | 10000000 | 1001001 | 111 | 0 | 101011 | 1011111 | 110010 | 100001 | 1011010 | 11010 |
Color Harmonies of #804907
Complementary color
Monochromatic Colors of #804907
Black with #804907
Text Example
Text Example
White with #804907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804907; }
p { color: rgb(128,73,7); }
H1.HeaderClassName
{
color: #804907;
}
.AnyTagClassName
{
color: #804907;
}
</style>
background-color css
<style>
a { background-color: #804907; }
a { background-color: rgb(128,73,7); }
div.DivClassName
{
background-color: #804907;
}
.BgClassName
{
background-color: #804907;
}
</style>
border-color css
<style>
span { border-color: #804907; }
span { border-color: rgb(128,73,7); }
td.TdClassName
{
border-color: #804907;
}
.TagClassName
{
border-color: #804907;
}
</style>