Shades of Raw Umber #785202
Tints of Raw Umber #785202
RGB
CMYK
RGB Variations
Color information
#785202 (or 0x785202) is known color: Raw Umber. HEX triplet: 78, 52 and 02. RGB value is (120,82,2). Sum of RGB (Red+Green+Blue) = 120+82+2=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #785202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785202 is #87ADFD. Grayscale: #545454. Windows color (decimal): -8891902 or 152184. OLE color: 152184.
HSL color Cylindrical-coordinate representation of color #785202: hue angle of 40.68º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #785202 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 2 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.53 |
| HSL | 40.68º | 0.97% | 0.24% | - |
| HSV(B) | 40.68º | 0.98% | 0.47% | - |
| XYZ | 10.77 | 10.03 | 1.43 | - |
| YUV | 84.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 2 | 0 | 0.32 | 0.98 | 0.53 | 40.68 | 0.97 | 0.24 |
| Hex | 78 | 52 | 2 | 0 | 20 | 62 | 35 | 29 | 61 | 18 |
| Octal | 170 | 122 | 2 | 0 | 40 | 142 | 65 | 51 | 141 | 30 |
| Binary | 1111000 | 1010010 | 10 | 0 | 100000 | 1100010 | 110101 | 101001 | 1100001 | 11000 |
Color Harmonies of #785202
Complementary color
Monochromatic Colors of #785202
Black with #785202
Text Example
Text Example
White with #785202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785202; }
p { color: rgb(120,82,2); }
H1.HeaderClassName
{
color: #785202;
}
.AnyTagClassName
{
color: #785202;
}
</style>
background-color css
<style>
a { background-color: #785202; }
a { background-color: rgb(120,82,2); }
div.DivClassName
{
background-color: #785202;
}
.BgClassName
{
background-color: #785202;
}
</style>
border-color css
<style>
span { border-color: #785202; }
span { border-color: rgb(120,82,2); }
td.TdClassName
{
border-color: #785202;
}
.TagClassName
{
border-color: #785202;
}
</style>