Shades of Raw Umber #78521D
Tints of Raw Umber #78521D
RGB
CMYK
RGB Variations
Color information
#78521D (or 0x78521D) is known color: Raw Umber. HEX triplet: 78, 52 and 1D. RGB value is (120,82,29). Sum of RGB (Red+Green+Blue) = 120+82+29=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78521D is #87ADE2. Grayscale: #575757. Windows color (decimal): -8891875 or 1921656. OLE color: 1921656.
HSL color Cylindrical-coordinate representation of color #78521D: hue angle of 34.95º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78521D is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 29 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.53 |
| HSL | 34.95º | 0.61% | 0.29% | - |
| HSV(B) | 34.95º | 0.76% | 0.47% | - |
| XYZ | 10.98 | 10.12 | 2.54 | - |
| YUV | 87.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 29 | 0 | 0.32 | 0.76 | 0.53 | 34.95 | 0.61 | 0.29 |
| Hex | 78 | 52 | 1D | 0 | 20 | 4C | 35 | 23 | 3D | 1D |
| Octal | 170 | 122 | 35 | 0 | 40 | 114 | 65 | 43 | 75 | 35 |
| Binary | 1111000 | 1010010 | 11101 | 0 | 100000 | 1001100 | 110101 | 100011 | 111101 | 11101 |
Color Harmonies of #78521D
Complementary color
Monochromatic Colors of #78521D
Black with #78521D
Text Example
Text Example
White with #78521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78521D; }
p { color: rgb(120,82,29); }
H1.HeaderClassName
{
color: #78521D;
}
.AnyTagClassName
{
color: #78521D;
}
</style>
background-color css
<style>
a { background-color: #78521D; }
a { background-color: rgb(120,82,29); }
div.DivClassName
{
background-color: #78521D;
}
.BgClassName
{
background-color: #78521D;
}
</style>
border-color css
<style>
span { border-color: #78521D; }
span { border-color: rgb(120,82,29); }
td.TdClassName
{
border-color: #78521D;
}
.TagClassName
{
border-color: #78521D;
}
</style>