#745D1C

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

Shades of Yukon Gold #745D1C

Tints of Yukon Gold #745D1C

Color information

#745D1C (or 0x745D1C) is unknown color: approx Yukon Gold. HEX triplet: 74, 5D and 1C. RGB value is (116,93,28). Sum of RGB (Red+Green+Blue) = 116+93+28=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #745D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D1C is #8BA2E3. Grayscale: #5C5C5C. Windows color (decimal): -9151204 or 1858932. OLE color: 1858932.

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

Color convert

RGB1169328-
CMYK00.200.760.55
HSL44.32º61.11%28.24%-
HSV(B)44.32º75.86%45.49%-
XYZ11.3311.632.75-
YUV92.4791.62144.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 28 (11.33% from 255) = 11.81%
R=48.95%
G=39.24%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116932800.200.760.5544.3261.1128.24
Hex745D1C0144C372c3d1c
Octal1641353402411467547534
Binary1110100101110111100010100100110011011110110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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