#756545

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

Shades of Yellow Metal #756545

Tints of Yellow Metal #756545

Color information

#756545 (or 0x756545) is unknown color: approx Yellow Metal. HEX triplet: 75, 65 and 45. RGB value is (117,101,69). Sum of RGB (Red+Green+Blue) = 117+101+69=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756545 is #8A9ABA. Grayscale: #666666. Windows color (decimal): -9083579 or 4547957. OLE color: 4547957.

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

Color convert

RGB11710169-
CMYK00.140.410.54
HSL40º25.81%36.47%-
HSV(B)40º41.03%45.88%-
XYZ13.0613.527.55-
YUV102.14109.3138.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 69 (27.34% from 255) = 24.04%
R=40.77%
G=35.19%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171016900.140.410.544025.8136.47
Hex7565450E2936281a24
Octal1651451050165166503244
Binary1110101110010110001010111010100111011010100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756545; }

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

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

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

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

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

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

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

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