Shades of Raw Umber #785C0E
Tints of Raw Umber #785C0E
RGB
CMYK
RGB Variations
Color information
#785C0E (or 0x785C0E) is known color: Raw Umber. HEX triplet: 78, 5C and 0E. RGB value is (120,92,14). Sum of RGB (Red+Green+Blue) = 120+92+14=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #785C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785C0E is #87A3F1. Grayscale: #5B5B5B. Windows color (decimal): -8889330 or 941176. OLE color: 941176.
HSL color Cylindrical-coordinate representation of color #785C0E: hue angle of 44.15º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #785C0E is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 14 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.53 |
| HSL | 44.15º | 0.79% | 0.26% | - |
| HSV(B) | 44.15º | 0.88% | 0.47% | - |
| XYZ | 11.65 | 11.68 | 2.06 | - |
| YUV | 91.48 | 84.28 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 14 | 0 | 0.23 | 0.88 | 0.53 | 44.15 | 0.79 | 0.26 |
| Hex | 78 | 5C | E | 0 | 17 | 58 | 35 | 2C | 4F | 1A |
| Octal | 170 | 134 | 16 | 0 | 27 | 130 | 65 | 54 | 117 | 32 |
| Binary | 1111000 | 1011100 | 1110 | 0 | 10111 | 1011000 | 110101 | 101100 | 1001111 | 11010 |
Color Harmonies of #785C0E
Complementary color
Monochromatic Colors of #785C0E
Black with #785C0E
Text Example
Text Example
White with #785C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C0E; }
p { color: rgb(120,92,14); }
H1.HeaderClassName
{
color: #785C0E;
}
.AnyTagClassName
{
color: #785C0E;
}
</style>
background-color css
<style>
a { background-color: #785C0E; }
a { background-color: rgb(120,92,14); }
div.DivClassName
{
background-color: #785C0E;
}
.BgClassName
{
background-color: #785C0E;
}
</style>
border-color css
<style>
span { border-color: #785C0E; }
span { border-color: rgb(120,92,14); }
td.TdClassName
{
border-color: #785C0E;
}
.TagClassName
{
border-color: #785C0E;
}
</style>