Shades of Raw Umber #78530E
Tints of Raw Umber #78530E
RGB
CMYK
RGB Variations
Color information
#78530E (or 0x78530E) is known color: Raw Umber. HEX triplet: 78, 53 and 0E. RGB value is (120,83,14). Sum of RGB (Red+Green+Blue) = 120+83+14=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78530E is #87ACF1. Grayscale: #565656. Windows color (decimal): -8891634 or 938872. OLE color: 938872.
HSL color Cylindrical-coordinate representation of color #78530E: hue angle of 39.06º 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 #78530E is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 83 | 14 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.53 |
| HSL | 39.06º | 0.79% | 0.26% | - |
| HSV(B) | 39.06º | 0.88% | 0.47% | - |
| XYZ | 10.92 | 10.21 | 1.81 | - |
| YUV | 86.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 83 | 14 | 0 | 0.31 | 0.88 | 0.53 | 39.06 | 0.79 | 0.26 |
| Hex | 78 | 53 | E | 0 | 1F | 58 | 35 | 27 | 4F | 1A |
| Octal | 170 | 123 | 16 | 0 | 37 | 130 | 65 | 47 | 117 | 32 |
| Binary | 1111000 | 1010011 | 1110 | 0 | 11111 | 1011000 | 110101 | 100111 | 1001111 | 11010 |
Color Harmonies of #78530E
Complementary color
Monochromatic Colors of #78530E
Black with #78530E
Text Example
Text Example
White with #78530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78530E; }
p { color: rgb(120,83,14); }
H1.HeaderClassName
{
color: #78530E;
}
.AnyTagClassName
{
color: #78530E;
}
</style>
background-color css
<style>
a { background-color: #78530E; }
a { background-color: rgb(120,83,14); }
div.DivClassName
{
background-color: #78530E;
}
.BgClassName
{
background-color: #78530E;
}
</style>
border-color css
<style>
span { border-color: #78530E; }
span { border-color: rgb(120,83,14); }
td.TdClassName
{
border-color: #78530E;
}
.TagClassName
{
border-color: #78530E;
}
</style>