#785D11

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

Shades of Yukon Gold #785D11

Tints of Yukon Gold #785D11

Color information

#785D11 (or 0x785D11) is unknown color: approx Yukon Gold. HEX triplet: 78, 5D and 11. RGB value is (120,93,17). Sum of RGB (Red+Green+Blue) = 120+93+17=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #785D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785D11 is #87A2EE. Grayscale: #5C5C5C. Windows color (decimal): -8889071 or 1138040. OLE color: 1138040.

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

Color convert

RGB1209317-
CMYK00.220.860.53
HSL44.27º75.18%26.86%-
HSV(B)44.27º85.83%47.06%-
XYZ11.7611.862.2-
YUV92.4185.45147.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 17 (7.03% from 255) = 7.39%
R=52.17%
G=40.43%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120931700.220.860.5344.2775.1826.86
Hex785D1101656352c4b1b
Octal17013521026126655411333
Binary11110001011101100010101101010110110101101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,17); }

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

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

 a { background-color: rgb(120,93,17); }

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

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

 span { border-color: rgb(120,93,17); }

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