#756241

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

Shades of Yellow Metal #756241

Tints of Yellow Metal #756241

Color information

#756241 (or 0x756241) is unknown color: approx Yellow Metal. HEX triplet: 75, 62 and 41. RGB value is (117,98,65). Sum of RGB (Red+Green+Blue) = 117+98+65=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #756241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756241 is #8A9DBE. Grayscale: #646464. Windows color (decimal): -9084351 or 4285045. OLE color: 4285045.

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

Color convert

RGB1179865-
CMYK00.160.440.54
HSL38.08º28.57%35.69%-
HSV(B)38.08º44.44%45.88%-
XYZ12.6612.96.82-
YUV99.92108.29140.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=41.79%
G=35%
B=23.21%

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
Decimal117986500.160.440.5438.0828.5735.69
Hex7562410102C36261d24
Octal1651421010205466463544
Binary11101011100010100000101000010110011011010011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756241; }

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

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

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

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

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

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

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

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