Shades of Yukon Gold #785E20
Tints of Yukon Gold #785E20
RGB
CMYK
RGB Variations
Color information
#785E20 (or 0x785E20) is known color: Yukon Gold. HEX triplet: 78, 5E and 20. RGB value is (120,94,32). Sum of RGB (Red+Green+Blue) = 120+94+32=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #785E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E20 is #87A1DF. Grayscale: #5E5E5E. Windows color (decimal): -8888800 or 2121336. OLE color: 2121336.
HSL color Cylindrical-coordinate representation of color #785E20: hue angle of 42.27º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #785E20 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 32 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.53 |
| HSL | 42.27º | 0.58% | 0.3% | - |
| HSV(B) | 42.27º | 0.73% | 0.47% | - |
| XYZ | 12.01 | 12.1 | 3.07 | - |
| YUV | 94.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 32 | 0 | 0.22 | 0.73 | 0.53 | 42.27 | 0.58 | 0.3 |
| Hex | 78 | 5E | 20 | 0 | 16 | 49 | 35 | 2A | 3A | 1E |
| Octal | 170 | 136 | 40 | 0 | 26 | 111 | 65 | 52 | 72 | 36 |
| Binary | 1111000 | 1011110 | 100000 | 0 | 10110 | 1001001 | 110101 | 101010 | 111010 | 11110 |
Color Harmonies of #785E20
Complementary color
Monochromatic Colors of #785E20
Black with #785E20
Text Example
Text Example
White with #785E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E20; }
p { color: rgb(120,94,32); }
H1.HeaderClassName
{
color: #785E20;
}
.AnyTagClassName
{
color: #785E20;
}
</style>
background-color css
<style>
a { background-color: #785E20; }
a { background-color: rgb(120,94,32); }
div.DivClassName
{
background-color: #785E20;
}
.BgClassName
{
background-color: #785E20;
}
</style>
border-color css
<style>
span { border-color: #785E20; }
span { border-color: rgb(120,94,32); }
td.TdClassName
{
border-color: #785E20;
}
.TagClassName
{
border-color: #785E20;
}
</style>