#745E14

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

Shades of Yukon Gold #745E14

Tints of Yukon Gold #745E14

Color information

#745E14 (or 0x745E14) is unknown color: approx Yukon Gold. HEX triplet: 74, 5E and 14. RGB value is (116,94,20). Sum of RGB (Red+Green+Blue) = 116+94+20=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #745E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E14 is #8BA1EB. Grayscale: #5C5C5C. Windows color (decimal): -9150956 or 1334900. OLE color: 1334900.

HSL color Cylindrical-coordinate representation of color #745E14: hue angle of 46.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #745E14 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1169420-
CMYK00.190.830.55
HSL46.25º70.59%26.67%-
HSV(B)46.25º82.76%45.49%-
XYZ11.3311.772.34-
YUV92.1487.29145.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 94 (37.11% from 255) = 40.87%
BLUE value IS 20 (8.20% from 255) = 8.70%
R=50.43%
G=40.87%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116942000.190.830.5546.2570.5926.67
Hex745E1401353372e471b
Octal16413624023123675610733
Binary11101001011110101000100111010011110111101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745E14; }

 p { color: rgb(116,94,20); }

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

<style>
 a { background-color: #745E14; }

 a { background-color: rgb(116,94,20); }

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

<style>
 span { border-color: #745E14; }

 span { border-color: rgb(116,94,20); }

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