Shades of Raw Umber #785A11
Tints of Raw Umber #785A11
RGB
CMYK
RGB Variations
Color information
#785A11 (or 0x785A11) is known color: Raw Umber. HEX triplet: 78, 5A and 11. RGB value is (120,90,17). Sum of RGB (Red+Green+Blue) = 120+90+17=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #785A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785A11 is #87A5EE. Grayscale: #5A5A5A. Windows color (decimal): -8889839 or 1137272. OLE color: 1137272.
HSL color Cylindrical-coordinate representation of color #785A11: hue angle of 42.52º 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 #785A11 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 90 | 17 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.53 |
| HSL | 42.52º | 0.75% | 0.27% | - |
| HSV(B) | 42.52º | 0.86% | 0.47% | - |
| XYZ | 11.5 | 11.35 | 2.11 | - |
| YUV | 90.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 17 | 0 | 0.25 | 0.86 | 0.53 | 42.52 | 0.75 | 0.27 |
| Hex | 78 | 5A | 11 | 0 | 19 | 56 | 35 | 2B | 4B | 1B |
| Octal | 170 | 132 | 21 | 0 | 31 | 126 | 65 | 53 | 113 | 33 |
| Binary | 1111000 | 1011010 | 10001 | 0 | 11001 | 1010110 | 110101 | 101011 | 1001011 | 11011 |
Color Harmonies of #785A11
Complementary color
Monochromatic Colors of #785A11
Black with #785A11
Text Example
Text Example
White with #785A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A11; }
p { color: rgb(120,90,17); }
H1.HeaderClassName
{
color: #785A11;
}
.AnyTagClassName
{
color: #785A11;
}
</style>
background-color css
<style>
a { background-color: #785A11; }
a { background-color: rgb(120,90,17); }
div.DivClassName
{
background-color: #785A11;
}
.BgClassName
{
background-color: #785A11;
}
</style>
border-color css
<style>
span { border-color: #785A11; }
span { border-color: rgb(120,90,17); }
td.TdClassName
{
border-color: #785A11;
}
.TagClassName
{
border-color: #785A11;
}
</style>