Shades of Raw Umber #785201
Tints of Raw Umber #785201
RGB
CMYK
RGB Variations
Color information
#785201 (or 0x785201) is known color: Raw Umber. HEX triplet: 78, 52 and 01. RGB value is (120,82,1). Sum of RGB (Red+Green+Blue) = 120+82+1=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #785201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785201 is #87ADFE. Grayscale: #545454. Windows color (decimal): -8891903 or 86648. OLE color: 86648.
HSL color Cylindrical-coordinate representation of color #785201: hue angle of 40.84º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #785201 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 82 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.53 |
| HSL | 40.84º | 0.98% | 0.24% | - |
| HSV(B) | 40.84º | 0.99% | 0.47% | - |
| XYZ | 10.77 | 10.03 | 1.4 | - |
| YUV | 84.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 1 | 0 | 0.32 | 0.99 | 0.53 | 40.84 | 0.98 | 0.24 |
| Hex | 78 | 52 | 1 | 0 | 20 | 63 | 35 | 29 | 62 | 18 |
| Octal | 170 | 122 | 1 | 0 | 40 | 143 | 65 | 51 | 142 | 30 |
| Binary | 1111000 | 1010010 | 1 | 0 | 100000 | 1100011 | 110101 | 101001 | 1100010 | 11000 |
Color Harmonies of #785201
Complementary color
Monochromatic Colors of #785201
Black with #785201
Text Example
Text Example
White with #785201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785201; }
p { color: rgb(120,82,1); }
H1.HeaderClassName
{
color: #785201;
}
.AnyTagClassName
{
color: #785201;
}
</style>
background-color css
<style>
a { background-color: #785201; }
a { background-color: rgb(120,82,1); }
div.DivClassName
{
background-color: #785201;
}
.BgClassName
{
background-color: #785201;
}
</style>
border-color css
<style>
span { border-color: #785201; }
span { border-color: rgb(120,82,1); }
td.TdClassName
{
border-color: #785201;
}
.TagClassName
{
border-color: #785201;
}
</style>