#745D11

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

Shades of Yukon Gold #745D11

Tints of Yukon Gold #745D11

Color information

#745D11 (or 0x745D11) is unknown color: approx Yukon Gold. HEX triplet: 74, 5D and 11. RGB value is (116,93,17). Sum of RGB (Red+Green+Blue) = 116+93+17=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #745D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D11 is #8BA2EE. Grayscale: #5B5B5B. Windows color (decimal): -9151215 or 1138036. OLE color: 1138036.

HSL color Cylindrical-coordinate representation of color #745D11: hue angle of 46.06º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #745D11 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1169317-
CMYK00.200.850.55
HSL46.06º74.44%26.08%-
HSV(B)46.06º85.34%45.49%-
XYZ11.2211.582.17-
YUV91.2186.12145.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.33%
GREEN value IS 93 (36.72% from 255) = 41.15%
BLUE value IS 17 (7.03% from 255) = 7.52%
R=51.33%
G=41.15%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116931700.200.850.5546.0674.4426.08
Hex745D1101455372e4a1a
Octal16413521024125675611232
Binary11101001011101100010101001010101110111101110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,93,17); }

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

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

 a { background-color: rgb(116,93,17); }

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

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

 span { border-color: rgb(116,93,17); }

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