#756244

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

Shades of Yellow Metal #756244

Tints of Yellow Metal #756244

Color information

#756244 (or 0x756244) is unknown color: approx Yellow Metal. HEX triplet: 75, 62 and 44. RGB value is (117,98,68). Sum of RGB (Red+Green+Blue) = 117+98+68=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #756244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756244 is #8A9DBB. Grayscale: #646464. Windows color (decimal): -9084348 or 4481653. OLE color: 4481653.

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

Color convert

RGB1179868-
CMYK00.160.420.54
HSL36.73º26.49%36.27%-
HSV(B)36.73º41.88%45.88%-
XYZ12.7512.937.29-
YUV100.26109.79139.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 68 (26.95% from 255) = 24.03%
R=41.34%
G=34.63%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117986800.160.420.5436.7326.4936.27
Hex7562440102A36251a24
Octal1651421040205266453244
Binary11101011100010100010001000010101011011010010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756244; }

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

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

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

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

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

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

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

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