#756242

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

Shades of Yellow Metal #756242

Tints of Yellow Metal #756242

Color information

#756242 (or 0x756242) is unknown color: approx Yellow Metal. HEX triplet: 75, 62 and 42. RGB value is (117,98,66). Sum of RGB (Red+Green+Blue) = 117+98+66=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #756242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756242 is #8A9DBD. Grayscale: #646464. Windows color (decimal): -9084350 or 4350581. OLE color: 4350581.

HSL color Cylindrical-coordinate representation of color #756242: hue angle of 37.65º 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 #756242 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1179866-
CMYK00.160.440.54
HSL37.65º27.87%35.88%-
HSV(B)37.65º43.59%45.88%-
XYZ12.6912.916.98-
YUV100.03108.79140.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=41.64%
G=34.88%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117986600.160.440.5437.6527.8735.88
Hex7562420102C36261c24
Octal1651421020205466463444
Binary11101011100010100001001000010110011011010011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756242; }

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

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

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

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

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

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

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

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