Shades of Raw Umber #785C11
Tints of Raw Umber #785C11
RGB
CMYK
RGB Variations
Color information
#785C11 (or 0x785C11) is known color: Raw Umber. HEX triplet: 78, 5C and 11. RGB value is (120,92,17). Sum of RGB (Red+Green+Blue) = 120+92+17=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #785C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785C11 is #87A3EE. Grayscale: #5C5C5C. Windows color (decimal): -8889327 or 1137784. OLE color: 1137784.
HSL color Cylindrical-coordinate representation of color #785C11: hue angle of 43.69º 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 #785C11 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 17 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.53 |
| HSL | 43.69º | 0.75% | 0.27% | - |
| HSV(B) | 43.69º | 0.86% | 0.47% | - |
| XYZ | 11.67 | 11.69 | 2.17 | - |
| YUV | 91.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 17 | 0 | 0.23 | 0.86 | 0.53 | 43.69 | 0.75 | 0.27 |
| Hex | 78 | 5C | 11 | 0 | 17 | 56 | 35 | 2C | 4B | 1B |
| Octal | 170 | 134 | 21 | 0 | 27 | 126 | 65 | 54 | 113 | 33 |
| Binary | 1111000 | 1011100 | 10001 | 0 | 10111 | 1010110 | 110101 | 101100 | 1001011 | 11011 |
Color Harmonies of #785C11
Complementary color
Monochromatic Colors of #785C11
Black with #785C11
Text Example
Text Example
White with #785C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C11; }
p { color: rgb(120,92,17); }
H1.HeaderClassName
{
color: #785C11;
}
.AnyTagClassName
{
color: #785C11;
}
</style>
background-color css
<style>
a { background-color: #785C11; }
a { background-color: rgb(120,92,17); }
div.DivClassName
{
background-color: #785C11;
}
.BgClassName
{
background-color: #785C11;
}
</style>
border-color css
<style>
span { border-color: #785C11; }
span { border-color: rgb(120,92,17); }
td.TdClassName
{
border-color: #785C11;
}
.TagClassName
{
border-color: #785C11;
}
</style>