#756042

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

Shades of Yellow Metal #756042

Tints of Yellow Metal #756042

Color information

#756042 (or 0x756042) is unknown color: approx Yellow Metal. HEX triplet: 75, 60 and 42. RGB value is (117,96,66). Sum of RGB (Red+Green+Blue) = 117+96+66=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #756042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756042 is #8A9FBD. Grayscale: #636363. Windows color (decimal): -9084862 or 4350069. OLE color: 4350069.

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

Color convert

RGB1179666-
CMYK00.180.440.54
HSL35.29º27.87%35.88%-
HSV(B)35.29º43.59%45.88%-
XYZ12.512.546.92-
YUV98.86109.46140.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=41.94%
G=34.41%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117966600.180.440.5435.2927.8735.88
Hex7560420122C36231c24
Octal1651401020225466433444
Binary11101011100000100001001001010110011011010001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756042; }

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

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

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

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

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

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

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

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