Shades of Raw Umber #78540D
Tints of Raw Umber #78540D
RGB
CMYK
RGB Variations
Color information
#78540D (or 0x78540D) is known color: Raw Umber. HEX triplet: 78, 54 and 0D. RGB value is (120,84,13). Sum of RGB (Red+Green+Blue) = 120+84+13=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78540D is #87ABF2. Grayscale: #565656. Windows color (decimal): -8891379 or 873592. OLE color: 873592.
HSL color Cylindrical-coordinate representation of color #78540D: hue angle of 39.81º 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 #78540D is Cyan = 0, Magento = 0.3, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 84 | 13 | - |
| CMYK | 0 | 0.3 | 0.89 | 0.53 |
| HSL | 39.81º | 0.8% | 0.26% | - |
| HSV(B) | 39.81º | 0.89% | 0.47% | - |
| XYZ | 10.99 | 10.36 | 1.8 | - |
| YUV | 86.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 13 | 0 | 0.3 | 0.89 | 0.53 | 39.81 | 0.8 | 0.26 |
| Hex | 78 | 54 | D | 0 | 1E | 59 | 35 | 28 | 50 | 1A |
| Octal | 170 | 124 | 15 | 0 | 36 | 131 | 65 | 50 | 120 | 32 |
| Binary | 1111000 | 1010100 | 1101 | 0 | 11110 | 1011001 | 110101 | 101000 | 1010000 | 11010 |
Color Harmonies of #78540D
Complementary color
Monochromatic Colors of #78540D
Black with #78540D
Text Example
Text Example
White with #78540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78540D; }
p { color: rgb(120,84,13); }
H1.HeaderClassName
{
color: #78540D;
}
.AnyTagClassName
{
color: #78540D;
}
</style>
background-color css
<style>
a { background-color: #78540D; }
a { background-color: rgb(120,84,13); }
div.DivClassName
{
background-color: #78540D;
}
.BgClassName
{
background-color: #78540D;
}
</style>
border-color css
<style>
span { border-color: #78540D; }
span { border-color: rgb(120,84,13); }
td.TdClassName
{
border-color: #78540D;
}
.TagClassName
{
border-color: #78540D;
}
</style>