#745F42

Color #745F42 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #745F42

Tints of Yellow Metal #745F42

Color information

#745F42 (or 0x745F42) is unknown color: approx Yellow Metal. HEX triplet: 74, 5F and 42. RGB value is (116,95,66). Sum of RGB (Red+Green+Blue) = 116+95+66=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #745F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F42 is #8BA0BD. Grayscale: #626262. Windows color (decimal): -9150654 or 4349812. OLE color: 4349812.

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

Color convert

RGB1169566-
CMYK00.180.430.55
HSL34.8º27.47%35.69%-
HSV(B)34.8º43.1%45.49%-
XYZ12.2812.296.88-
YUV97.97109.96140.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 95 (37.5% from 255) = 34.30%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=41.88%
G=34.30%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116956600.180.430.5534.827.4735.69
Hex745F420122B37231b24
Octal1641371020225367433344
Binary11101001011111100001001001010101111011110001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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