#745F37

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

Shades of Yellow Metal #745F37

Tints of Yellow Metal #745F37

Color information

#745F37 (or 0x745F37) is unknown color: approx Yellow Metal. HEX triplet: 74, 5F and 37. RGB value is (116,95,55). Sum of RGB (Red+Green+Blue) = 116+95+55=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #745F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F37 is #8BA0C8. Grayscale: #606060. Windows color (decimal): -9150665 or 3628916. OLE color: 3628916.

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

Color convert

RGB1169555-
CMYK00.180.530.55
HSL39.34º35.67%33.53%-
HSV(B)39.34º52.59%45.49%-
XYZ11.9812.175.33-
YUV96.72104.46141.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 55 (21.88% from 255) = 20.68%
R=43.61%
G=35.71%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116955500.180.530.5539.3435.6733.53
Hex745F370123537272422
Octal164137670226567474442
Binary11101001011111110111010010110101110111100111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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