Shades of Raw Umber #78500D
Tints of Raw Umber #78500D
RGB
CMYK
RGB Variations
Color information
#78500D (or 0x78500D) is known color: Raw Umber. HEX triplet: 78, 50 and 0D. RGB value is (120,80,13). Sum of RGB (Red+Green+Blue) = 120+80+13=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78500D is #87AFF2. Grayscale: #545454. Windows color (decimal): -8892403 or 872568. OLE color: 872568.
HSL color Cylindrical-coordinate representation of color #78500D: hue angle of 37.57º 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 #78500D is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 13 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.53 |
| HSL | 37.57º | 0.8% | 0.26% | - |
| HSV(B) | 37.57º | 0.89% | 0.47% | - |
| XYZ | 10.69 | 9.76 | 1.7 | - |
| YUV | 84.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 13 | 0 | 0.33 | 0.89 | 0.53 | 37.57 | 0.8 | 0.26 |
| Hex | 78 | 50 | D | 0 | 21 | 59 | 35 | 26 | 50 | 1A |
| Octal | 170 | 120 | 15 | 0 | 41 | 131 | 65 | 46 | 120 | 32 |
| Binary | 1111000 | 1010000 | 1101 | 0 | 100001 | 1011001 | 110101 | 100110 | 1010000 | 11010 |
Color Harmonies of #78500D
Complementary color
Monochromatic Colors of #78500D
Black with #78500D
Text Example
Text Example
White with #78500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78500D; }
p { color: rgb(120,80,13); }
H1.HeaderClassName
{
color: #78500D;
}
.AnyTagClassName
{
color: #78500D;
}
</style>
background-color css
<style>
a { background-color: #78500D; }
a { background-color: rgb(120,80,13); }
div.DivClassName
{
background-color: #78500D;
}
.BgClassName
{
background-color: #78500D;
}
</style>
border-color css
<style>
span { border-color: #78500D; }
span { border-color: rgb(120,80,13); }
td.TdClassName
{
border-color: #78500D;
}
.TagClassName
{
border-color: #78500D;
}
</style>