#785F18

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

Shades of Yukon Gold #785F18

Tints of Yukon Gold #785F18

Color information

#785F18 (or 0x785F18) is unknown color: approx Yukon Gold. HEX triplet: 78, 5F and 18. RGB value is (120,95,24). Sum of RGB (Red+Green+Blue) = 120+95+24=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #785F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785F18 is #87A0E7. Grayscale: #5E5E5E. Windows color (decimal): -8888552 or 1597304. OLE color: 1597304.

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

Color convert

RGB1209524-
CMYK00.210.80.53
HSL44.38º66.67%28.24%-
HSV(B)44.38º80%47.06%-
XYZ1212.242.59-
YUV94.3888.28146.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 24 (9.77% from 255) = 10.04%
R=50.21%
G=39.75%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120952400.210.80.5344.3866.6728.24
Hex785F1801550352c431c
Octal17013730025120655410334
Binary11110001011111110000101011010000110101101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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