Shades of Raw Umber #804607
Tints of Raw Umber #804607
RGB
CMYK
RGB Variations
Color information
#804607 (or 0x804607) is known color: Raw Umber. HEX triplet: 80, 46 and 07. RGB value is (128,70,7). Sum of RGB (Red+Green+Blue) = 128+70+7=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #804607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804607 is #7FB9F8. Grayscale: #505050. Windows color (decimal): -8370681 or 476800. OLE color: 476800.
HSL color Cylindrical-coordinate representation of color #804607: hue angle of 31.24º 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 #804607 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 7 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.50 |
| HSL | 31.24º | 0.9% | 0.26% | - |
| HSV(B) | 31.24º | 0.95% | 0.5% | - |
| XYZ | 11.13 | 8.98 | 1.35 | - |
| YUV | 80.16 | 86.72 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 7 | 0 | 0.45 | 0.95 | 0.50 | 31.24 | 0.9 | 0.26 |
| Hex | 80 | 46 | 7 | 0 | 2D | 5F | 32 | 1F | 5A | 1A |
| Octal | 200 | 106 | 7 | 0 | 55 | 137 | 62 | 37 | 132 | 32 |
| Binary | 10000000 | 1000110 | 111 | 0 | 101101 | 1011111 | 110010 | 11111 | 1011010 | 11010 |
Color Harmonies of #804607
Complementary color
Monochromatic Colors of #804607
Black with #804607
Text Example
Text Example
White with #804607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804607; }
p { color: rgb(128,70,7); }
H1.HeaderClassName
{
color: #804607;
}
.AnyTagClassName
{
color: #804607;
}
</style>
background-color css
<style>
a { background-color: #804607; }
a { background-color: rgb(128,70,7); }
div.DivClassName
{
background-color: #804607;
}
.BgClassName
{
background-color: #804607;
}
</style>
border-color css
<style>
span { border-color: #804607; }
span { border-color: rgb(128,70,7); }
td.TdClassName
{
border-color: #804607;
}
.TagClassName
{
border-color: #804607;
}
</style>