Shades of Raw Umber #785200
Tints of Raw Umber #785200
RGB
CMYK
RGB Variations
Color information
#785200 (or 0x785200) is known color: Raw Umber. HEX triplet: 78, 52 and 00. RGB value is (120,82,0). Sum of RGB (Red+Green+Blue) = 120+82+0=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #785200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785200 is #87ADFF. Grayscale: #545454. Windows color (decimal): -8891904 or 21112. OLE color: 21112.
HSL color Cylindrical-coordinate representation of color #785200: hue angle of 41º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #785200 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.53 |
| HSL | 41º | 1% | 0.24% | - |
| HSV(B) | 41º | 1% | 0.47% | - |
| XYZ | 10.76 | 10.03 | 1.37 | - |
| YUV | 84.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 0 | 0 | 0.32 | 1 | 0.53 | 41 | 1 | 0.24 |
| Hex | 78 | 52 | 0 | 0 | 20 | 64 | 35 | 29 | 64 | 18 |
| Octal | 170 | 122 | 0 | 0 | 40 | 144 | 65 | 51 | 144 | 30 |
| Binary | 1111000 | 1010010 | 0 | 0 | 100000 | 1100100 | 110101 | 101001 | 1100100 | 11000 |
Color Harmonies of #785200
Complementary color
Monochromatic Colors of #785200
Black with #785200
Text Example
Text Example
White with #785200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785200; }
p { color: rgb(120,82,0); }
H1.HeaderClassName
{
color: #785200;
}
.AnyTagClassName
{
color: #785200;
}
</style>
background-color css
<style>
a { background-color: #785200; }
a { background-color: rgb(120,82,0); }
div.DivClassName
{
background-color: #785200;
}
.BgClassName
{
background-color: #785200;
}
</style>
border-color css
<style>
span { border-color: #785200; }
span { border-color: rgb(120,82,0); }
td.TdClassName
{
border-color: #785200;
}
.TagClassName
{
border-color: #785200;
}
</style>