#756037

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

Shades of Yellow Metal #756037

Tints of Yellow Metal #756037

Color information

#756037 (or 0x756037) is unknown color: approx Yellow Metal. HEX triplet: 75, 60 and 37. RGB value is (117,96,55). Sum of RGB (Red+Green+Blue) = 117+96+55=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #756037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756037 is #8A9FC8. Grayscale: #616161. Windows color (decimal): -9084873 or 3629173. OLE color: 3629173.

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

Color convert

RGB1179655-
CMYK00.180.530.54
HSL39.68º36.05%33.73%-
HSV(B)39.68º52.99%45.88%-
XYZ12.2112.425.37-
YUV97.6103.96141.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 55 (21.88% from 255) = 20.52%
R=43.66%
G=35.82%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117965500.180.530.5439.6836.0533.73
Hex7560370123536282422
Octal165140670226566504442
Binary11101011100000110111010010110101110110101000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756037; }

 p { color: rgb(117,96,55); }

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

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

 a { background-color: rgb(117,96,55); }

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

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

 span { border-color: rgb(117,96,55); }

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