#785E1A

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

Shades of Yukon Gold #785E1A

Tints of Yukon Gold #785E1A

Color information

#785E1A (or 0x785E1A) is unknown color: approx Yukon Gold. HEX triplet: 78, 5E and 1A. RGB value is (120,94,26). Sum of RGB (Red+Green+Blue) = 120+94+26=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #785E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E1A is #87A1E5. Grayscale: #5E5E5E. Windows color (decimal): -8888806 or 1728120. OLE color: 1728120.

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

Color convert

RGB1209426-
CMYK00.220.780.53
HSL43.4º64.38%28.63%-
HSV(B)43.4º78.33%47.06%-
XYZ11.9312.072.68-
YUV94.0289.61146.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 39.17%
BLUE value IS 26 (10.55% from 255) = 10.83%
R=50%
G=39.17%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120942600.220.780.5343.464.3828.63
Hex785E1A0164E352b401d
Octal17013632026116655310035
Binary11110001011110110100101101001110110101101011100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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