Shades of Raw Umber #78520D
Tints of Raw Umber #78520D
RGB
CMYK
RGB Variations
Color information
#78520D (or 0x78520D) is known color: Raw Umber. HEX triplet: 78, 52 and 0D. RGB value is (120,82,13). Sum of RGB (Red+Green+Blue) = 120+82+13=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78520D is #87ADF2. Grayscale: #555555. Windows color (decimal): -8891891 or 873080. OLE color: 873080.
HSL color Cylindrical-coordinate representation of color #78520D: hue angle of 38.69º 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 #78520D is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 13 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.53 |
| HSL | 38.69º | 0.8% | 0.26% | - |
| HSV(B) | 38.69º | 0.89% | 0.47% | - |
| XYZ | 10.84 | 10.06 | 1.75 | - |
| YUV | 85.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 13 | 0 | 0.32 | 0.89 | 0.53 | 38.69 | 0.8 | 0.26 |
| Hex | 78 | 52 | D | 0 | 20 | 59 | 35 | 27 | 50 | 1A |
| Octal | 170 | 122 | 15 | 0 | 40 | 131 | 65 | 47 | 120 | 32 |
| Binary | 1111000 | 1010010 | 1101 | 0 | 100000 | 1011001 | 110101 | 100111 | 1010000 | 11010 |
Color Harmonies of #78520D
Complementary color
Monochromatic Colors of #78520D
Black with #78520D
Text Example
Text Example
White with #78520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78520D; }
p { color: rgb(120,82,13); }
H1.HeaderClassName
{
color: #78520D;
}
.AnyTagClassName
{
color: #78520D;
}
</style>
background-color css
<style>
a { background-color: #78520D; }
a { background-color: rgb(120,82,13); }
div.DivClassName
{
background-color: #78520D;
}
.BgClassName
{
background-color: #78520D;
}
</style>
border-color css
<style>
span { border-color: #78520D; }
span { border-color: rgb(120,82,13); }
td.TdClassName
{
border-color: #78520D;
}
.TagClassName
{
border-color: #78520D;
}
</style>