Shades of Raw Umber #785111
Tints of Raw Umber #785111
RGB
CMYK
RGB Variations
Color information
#785111 (or 0x785111) is known color: Raw Umber. HEX triplet: 78, 51 and 11. RGB value is (120,81,17). Sum of RGB (Red+Green+Blue) = 120+81+17=218 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.05% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 120 - color contains mainly: red. Hex color #785111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785111 is #87AEEE. Grayscale: #555555. Windows color (decimal): -8892143 or 1134968. OLE color: 1134968.
HSL color Cylindrical-coordinate representation of color #785111: hue angle of 37.28º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #785111 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 81 | 17 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.53 |
| HSL | 37.28º | 0.75% | 0.27% | - |
| HSV(B) | 37.28º | 0.86% | 0.47% | - |
| XYZ | 10.79 | 9.92 | 1.88 | - |
| YUV | 85.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 17 | 0 | 0.32 | 0.86 | 0.53 | 37.28 | 0.75 | 0.27 |
| Hex | 78 | 51 | 11 | 0 | 20 | 56 | 35 | 25 | 4B | 1B |
| Octal | 170 | 121 | 21 | 0 | 40 | 126 | 65 | 45 | 113 | 33 |
| Binary | 1111000 | 1010001 | 10001 | 0 | 100000 | 1010110 | 110101 | 100101 | 1001011 | 11011 |
Color Harmonies of #785111
Complementary color
Monochromatic Colors of #785111
Black with #785111
Text Example
Text Example
White with #785111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785111; }
p { color: rgb(120,81,17); }
H1.HeaderClassName
{
color: #785111;
}
.AnyTagClassName
{
color: #785111;
}
</style>
background-color css
<style>
a { background-color: #785111; }
a { background-color: rgb(120,81,17); }
div.DivClassName
{
background-color: #785111;
}
.BgClassName
{
background-color: #785111;
}
</style>
border-color css
<style>
span { border-color: #785111; }
span { border-color: rgb(120,81,17); }
td.TdClassName
{
border-color: #785111;
}
.TagClassName
{
border-color: #785111;
}
</style>