#785E1C

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

Shades of Yukon Gold #785E1C

Tints of Yukon Gold #785E1C

Color information

#785E1C (or 0x785E1C) is unknown color: approx Yukon Gold. HEX triplet: 78, 5E and 1C. RGB value is (120,94,28). Sum of RGB (Red+Green+Blue) = 120+94+28=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #785E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E1C is #87A1E3. Grayscale: #5E5E5E. Windows color (decimal): -8888804 or 1859192. OLE color: 1859192.

HSL color Cylindrical-coordinate representation of color #785E1C: hue angle of 43.04º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #785E1C is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1209428-
CMYK00.220.770.53
HSL43.04º62.16%29.02%-
HSV(B)43.04º76.67%47.06%-
XYZ11.9612.082.8-
YUV94.2590.61146.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 94 (37.11% from 255) = 38.84%
BLUE value IS 28 (11.33% from 255) = 11.57%
R=49.59%
G=38.84%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120942800.220.770.5343.0462.1629.02
Hex785E1C0164D352b3e1d
Octal1701363402611565537635
Binary1111000101111011100010110100110111010110101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,94,28); }

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

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

 a { background-color: rgb(120,94,28); }

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

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

 span { border-color: rgb(120,94,28); }

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