Shades of Raw Umber #78490D
Tints of Raw Umber #78490D
RGB
CMYK
RGB Variations
Color information
#78490D (or 0x78490D) is known color: Raw Umber. HEX triplet: 78, 49 and 0D. RGB value is (120,73,13). Sum of RGB (Red+Green+Blue) = 120+73+13=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #78490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78490D is #87B6F2. Grayscale: #505050. Windows color (decimal): -8894195 or 870776. OLE color: 870776.
HSL color Cylindrical-coordinate representation of color #78490D: hue angle of 33.64º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78490D is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 73 | 13 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.53 |
| HSL | 33.64º | 0.8% | 0.26% | - |
| HSV(B) | 33.64º | 0.89% | 0.47% | - |
| XYZ | 10.2 | 8.79 | 1.54 | - |
| YUV | 80.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 13 | 0 | 0.39 | 0.89 | 0.53 | 33.64 | 0.8 | 0.26 |
| Hex | 78 | 49 | D | 0 | 27 | 59 | 35 | 22 | 50 | 1A |
| Octal | 170 | 111 | 15 | 0 | 47 | 131 | 65 | 42 | 120 | 32 |
| Binary | 1111000 | 1001001 | 1101 | 0 | 100111 | 1011001 | 110101 | 100010 | 1010000 | 11010 |
Color Harmonies of #78490D
Complementary color
Monochromatic Colors of #78490D
Black with #78490D
Text Example
Text Example
White with #78490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78490D; }
p { color: rgb(120,73,13); }
H1.HeaderClassName
{
color: #78490D;
}
.AnyTagClassName
{
color: #78490D;
}
</style>
background-color css
<style>
a { background-color: #78490D; }
a { background-color: rgb(120,73,13); }
div.DivClassName
{
background-color: #78490D;
}
.BgClassName
{
background-color: #78490D;
}
</style>
border-color css
<style>
span { border-color: #78490D; }
span { border-color: rgb(120,73,13); }
td.TdClassName
{
border-color: #78490D;
}
.TagClassName
{
border-color: #78490D;
}
</style>