#756541

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

Shades of Yellow Metal #756541

Tints of Yellow Metal #756541

Color information

#756541 (or 0x756541) is unknown color: approx Yellow Metal. HEX triplet: 75, 65 and 41. RGB value is (117,101,65). Sum of RGB (Red+Green+Blue) = 117+101+65=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #756541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756541 is #8A9ABE. Grayscale: #656565. Windows color (decimal): -9083583 or 4285813. OLE color: 4285813.

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

Color convert

RGB11710165-
CMYK00.140.440.54
HSL41.54º28.57%35.69%-
HSV(B)41.54º44.44%45.88%-
XYZ12.9413.476.92-
YUV101.68107.3138.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=41.34%
G=35.69%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171016500.140.440.5441.5428.5735.69
Hex7565410E2C362a1d24
Octal1651451010165466523544
Binary1110101110010110000010111010110011011010101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756541; }

 p { color: rgb(117,101,65); }

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

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

 a { background-color: rgb(117,101,65); }

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

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

 span { border-color: rgb(117,101,65); }

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