#756240

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

Shades of Yellow Metal #756240

Tints of Yellow Metal #756240

Color information

#756240 (or 0x756240) is unknown color: approx Yellow Metal. HEX triplet: 75, 62 and 40. RGB value is (117,98,64). Sum of RGB (Red+Green+Blue) = 117+98+64=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #756240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756240 is #8A9DBF. Grayscale: #636363. Windows color (decimal): -9084352 or 4219509. OLE color: 4219509.

HSL color Cylindrical-coordinate representation of color #756240: hue angle of 38.49º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756240 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1179864-
CMYK00.160.450.54
HSL38.49º29.28%35.49%-
HSV(B)38.49º45.3%45.88%-
XYZ12.6312.896.67-
YUV99.8107.79140.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=41.94%
G=35.13%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117986400.160.450.5438.4929.2835.49
Hex7562400102D36261d23
Octal1651421000205566463543
Binary11101011100010100000001000010110111011010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756240; }

 p { color: rgb(117,98,64); }

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

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

 a { background-color: rgb(117,98,64); }

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

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

 span { border-color: rgb(117,98,64); }

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