#785F20

Color #785F20 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #785F20

Tints of Yukon Gold #785F20

Color information

#785F20 (or 0x785F20) is unknown color: approx Yukon Gold. HEX triplet: 78, 5F and 20. RGB value is (120,95,32). Sum of RGB (Red+Green+Blue) = 120+95+32=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #785F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F20 is #87A0DF. Grayscale: #5F5F5F. Windows color (decimal): -8888544 or 2121592. OLE color: 2121592.

HSL color Cylindrical-coordinate representation of color #785F20: hue angle of 42.95º 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 #785F20 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1209532-
CMYK00.210.730.53
HSL42.95º57.89%29.8%-
HSV(B)42.95º73.33%47.06%-
XYZ12.112.283.1-
YUV95.2992.28145.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 32 (12.89% from 255) = 12.96%
R=48.58%
G=38.46%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120953200.210.730.5342.9557.8929.8
Hex785F2001549352b3a1e
Octal1701374002511165537236
Binary11110001011111100000010101100100111010110101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785F20; }

 p { color: rgb(120,95,32); }

 H1.HeaderClassName
 {
   color: #785F20;
 }
 .AnyTagClassName
 {
   color: #785F20;
 }
</style>
background-color css

<style>
 a { background-color: #785F20; }

 a { background-color: rgb(120,95,32); }

 div.DivClassName
 {
   background-color: #785F20;
 }
 .BgClassName
 {
   background-color: #785F20;
 }
</style>
border-color css

<style>
 span { border-color: #785F20; }

 span { border-color: rgb(120,95,32); }

 td.TdClassName
 {
   border-color: #785F20;
 }
 .TagClassName
 {
   border-color: #785F20;
 }
</style>