#785C16

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

Shades of Yukon Gold #785C16

Tints of Yukon Gold #785C16

Color information

#785C16 (or 0x785C16) is unknown color: approx Yukon Gold. HEX triplet: 78, 5C and 16. RGB value is (120,92,22). Sum of RGB (Red+Green+Blue) = 120+92+22=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #785C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785C16 is #87A3E9. Grayscale: #5C5C5C. Windows color (decimal): -8889322 or 1465464. OLE color: 1465464.

HSL color Cylindrical-coordinate representation of color #785C16: hue angle of 42.86º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #785C16 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1209222-
CMYK00.230.820.53
HSL42.86º69.01%27.84%-
HSV(B)42.86º81.67%47.06%-
XYZ11.7211.712.4-
YUV92.3988.28147.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 92 (36.33% from 255) = 39.32%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=51.28%
G=39.32%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120922200.230.820.5342.8669.0127.84
Hex785C1601752352b451c
Octal17013426027122655310534
Binary11110001011100101100101111010010110101101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,92,22); }

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

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

 a { background-color: rgb(120,92,22); }

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

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

 span { border-color: rgb(120,92,22); }

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