#745F16

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

Shades of Yukon Gold #745F16

Tints of Yukon Gold #745F16

Color information

#745F16 (or 0x745F16) is unknown color: approx Yukon Gold. HEX triplet: 74, 5F and 16. RGB value is (116,95,22). Sum of RGB (Red+Green+Blue) = 116+95+22=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #745F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745F16 is #8BA0E9. Grayscale: #5D5D5D. Windows color (decimal): -9150698 or 1466228. OLE color: 1466228.

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

Color convert

RGB1169522-
CMYK00.180.810.55
HSL46.6º68.12%27.06%-
HSV(B)46.6º81.03%45.49%-
XYZ11.4411.962.46-
YUV92.9687.96144.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 95 (37.5% from 255) = 40.77%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=49.79%
G=40.77%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116952200.180.810.5546.668.1227.06
Hex745F1601251372f441b
Octal16413726022121675710433
Binary11101001011111101100100101010001110111101111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,95,22); }

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

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

 a { background-color: rgb(116,95,22); }

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

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

 span { border-color: rgb(116,95,22); }

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