#785E12

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

Shades of Yukon Gold #785E12

Tints of Yukon Gold #785E12

Color information

#785E12 (or 0x785E12) is unknown color: approx Yukon Gold. HEX triplet: 78, 5E and 12. RGB value is (120,94,18). Sum of RGB (Red+Green+Blue) = 120+94+18=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #785E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785E12 is #87A1ED. Grayscale: #5D5D5D. Windows color (decimal): -8888814 or 1203832. OLE color: 1203832.

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

Color convert

RGB1209418-
CMYK00.220.850.53
HSL44.71º73.91%27.06%-
HSV(B)44.71º85%47.06%-
XYZ11.8612.042.27-
YUV93.1185.61147.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 94 (37.11% from 255) = 40.52%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=51.72%
G=40.52%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120941800.220.850.5344.7173.9127.06
Hex785E1201655352d4a1b
Octal17013622026125655511233
Binary11110001011110100100101101010101110101101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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