Shades of Raw Umber #78501F
Tints of Raw Umber #78501F
RGB
CMYK
RGB Variations
Color information
#78501F (or 0x78501F) is known color: Raw Umber. HEX triplet: 78, 50 and 1F. RGB value is (120,80,31). Sum of RGB (Red+Green+Blue) = 120+80+31=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78501F is #87AFE0. Grayscale: #565656. Windows color (decimal): -8892385 or 2052216. OLE color: 2052216.
HSL color Cylindrical-coordinate representation of color #78501F: hue angle of 33.03º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78501F is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 80 | 31 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.53 |
| HSL | 33.03º | 0.59% | 0.3% | - |
| HSV(B) | 33.03º | 0.74% | 0.47% | - |
| XYZ | 10.86 | 9.83 | 2.62 | - |
| YUV | 86.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 31 | 0 | 0.33 | 0.74 | 0.53 | 33.03 | 0.59 | 0.3 |
| Hex | 78 | 50 | 1F | 0 | 21 | 4A | 35 | 21 | 3B | 1E |
| Octal | 170 | 120 | 37 | 0 | 41 | 112 | 65 | 41 | 73 | 36 |
| Binary | 1111000 | 1010000 | 11111 | 0 | 100001 | 1001010 | 110101 | 100001 | 111011 | 11110 |
Color Harmonies of #78501F
Complementary color
Monochromatic Colors of #78501F
Black with #78501F
Text Example
Text Example
White with #78501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78501F; }
p { color: rgb(120,80,31); }
H1.HeaderClassName
{
color: #78501F;
}
.AnyTagClassName
{
color: #78501F;
}
</style>
background-color css
<style>
a { background-color: #78501F; }
a { background-color: rgb(120,80,31); }
div.DivClassName
{
background-color: #78501F;
}
.BgClassName
{
background-color: #78501F;
}
</style>
border-color css
<style>
span { border-color: #78501F; }
span { border-color: rgb(120,80,31); }
td.TdClassName
{
border-color: #78501F;
}
.TagClassName
{
border-color: #78501F;
}
</style>