#785F10

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

Shades of Yukon Gold #785F10

Tints of Yukon Gold #785F10

Color information

#785F10 (or 0x785F10) is unknown color: approx Yukon Gold. HEX triplet: 78, 5F and 10. RGB value is (120,95,16). Sum of RGB (Red+Green+Blue) = 120+95+16=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #785F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785F10 is #87A0EF. Grayscale: #5D5D5D. Windows color (decimal): -8888560 or 1073016. OLE color: 1073016.

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

Color convert

RGB1209516-
CMYK00.210.870.53
HSL45.58º76.47%26.67%-
HSV(B)45.58º86.67%47.06%-
XYZ11.9312.212.22-
YUV93.4784.28146.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 16 (6.64% from 255) = 6.93%
R=51.95%
G=41.13%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120951600.210.870.5345.5876.4726.67
Hex785F1001557352e4c1b
Octal17013720025127655611433
Binary11110001011111100000101011010111110101101110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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