Shades of Raw Umber #785205
Tints of Raw Umber #785205
RGB
CMYK
RGB Variations
Color information
#785205 (or 0x785205) is known color: Raw Umber. HEX triplet: 78, 52 and 05. RGB value is (120,82,5). Sum of RGB (Red+Green+Blue) = 120+82+5=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #785205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785205 is #87ADFA. Grayscale: #545454. Windows color (decimal): -8891899 or 348792. OLE color: 348792.
HSL color Cylindrical-coordinate representation of color #785205: hue angle of 40.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #785205 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 5 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.53 |
| HSL | 40.17º | 0.92% | 0.25% | - |
| HSV(B) | 40.17º | 0.96% | 0.47% | - |
| XYZ | 10.79 | 10.04 | 1.51 | - |
| YUV | 84.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 5 | 0 | 0.32 | 0.96 | 0.53 | 40.17 | 0.92 | 0.25 |
| Hex | 78 | 52 | 5 | 0 | 20 | 60 | 35 | 28 | 5C | 19 |
| Octal | 170 | 122 | 5 | 0 | 40 | 140 | 65 | 50 | 134 | 31 |
| Binary | 1111000 | 1010010 | 101 | 0 | 100000 | 1100000 | 110101 | 101000 | 1011100 | 11001 |
Color Harmonies of #785205
Complementary color
Monochromatic Colors of #785205
Black with #785205
Text Example
Text Example
White with #785205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785205; }
p { color: rgb(120,82,5); }
H1.HeaderClassName
{
color: #785205;
}
.AnyTagClassName
{
color: #785205;
}
</style>
background-color css
<style>
a { background-color: #785205; }
a { background-color: rgb(120,82,5); }
div.DivClassName
{
background-color: #785205;
}
.BgClassName
{
background-color: #785205;
}
</style>
border-color css
<style>
span { border-color: #785205; }
span { border-color: rgb(120,82,5); }
td.TdClassName
{
border-color: #785205;
}
.TagClassName
{
border-color: #785205;
}
</style>