Shades of Raw Umber #785605
Tints of Raw Umber #785605
RGB
CMYK
RGB Variations
Color information
#785605 (or 0x785605) is known color: Raw Umber. HEX triplet: 78, 56 and 05. RGB value is (120,86,5). Sum of RGB (Red+Green+Blue) = 120+86+5=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #785605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785605 is #87A9FA. Grayscale: #575757. Windows color (decimal): -8890875 or 349816. OLE color: 349816.
HSL color Cylindrical-coordinate representation of color #785605: hue angle of 42.26º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #785605 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 5 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.53 |
| HSL | 42.26º | 0.92% | 0.25% | - |
| HSV(B) | 42.26º | 0.96% | 0.47% | - |
| XYZ | 11.1 | 10.66 | 1.62 | - |
| YUV | 86.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 5 | 0 | 0.28 | 0.96 | 0.53 | 42.26 | 0.92 | 0.25 |
| Hex | 78 | 56 | 5 | 0 | 1C | 60 | 35 | 2A | 5C | 19 |
| Octal | 170 | 126 | 5 | 0 | 34 | 140 | 65 | 52 | 134 | 31 |
| Binary | 1111000 | 1010110 | 101 | 0 | 11100 | 1100000 | 110101 | 101010 | 1011100 | 11001 |
Color Harmonies of #785605
Complementary color
Monochromatic Colors of #785605
Black with #785605
Text Example
Text Example
White with #785605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785605; }
p { color: rgb(120,86,5); }
H1.HeaderClassName
{
color: #785605;
}
.AnyTagClassName
{
color: #785605;
}
</style>
background-color css
<style>
a { background-color: #785605; }
a { background-color: rgb(120,86,5); }
div.DivClassName
{
background-color: #785605;
}
.BgClassName
{
background-color: #785605;
}
</style>
border-color css
<style>
span { border-color: #785605; }
span { border-color: rgb(120,86,5); }
td.TdClassName
{
border-color: #785605;
}
.TagClassName
{
border-color: #785605;
}
</style>