#756538

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

Shades of Yellow Metal #756538

Tints of Yellow Metal #756538

Color information

#756538 (or 0x756538) is unknown color: approx Yellow Metal. HEX triplet: 75, 65 and 38. RGB value is (117,101,56). Sum of RGB (Red+Green+Blue) = 117+101+56=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756538 is #8A9AC7. Grayscale: #646464. Windows color (decimal): -9083592 or 3695989. OLE color: 3695989.

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

Color convert

RGB11710156-
CMYK00.140.520.54
HSL44.26º35.26%33.92%-
HSV(B)44.26º52.14%45.88%-
XYZ12.713.375.65-
YUV100.65102.8139.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 101 (39.84% from 255) = 36.86%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=42.70%
G=36.86%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171015600.140.520.5444.2635.2633.92
Hex7565380E34362c2322
Octal165145700166466544342
Binary1110101110010111100001110110100110110101100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756538; }

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

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

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

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

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

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

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

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