#715E40

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

Shades of Yellow Metal #715E40

Tints of Yellow Metal #715E40

Color information

#715E40 (or 0x715E40) is unknown color: approx Yellow Metal. HEX triplet: 71, 5E and 40. RGB value is (113,94,64). Sum of RGB (Red+Green+Blue) = 113+94+64=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #715E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E40 is #8EA1BF. Grayscale: #606060. Windows color (decimal): -9347520 or 4218481. OLE color: 4218481.

HSL color Cylindrical-coordinate representation of color #715E40: hue angle of 36.73º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #715E40 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1139464-
CMYK00.170.430.56
HSL36.73º27.68%34.71%-
HSV(B)36.73º43.36%44.31%-
XYZ11.7411.896.53-
YUV96.26109.79139.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=41.70%
G=34.69%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113946400.170.430.5636.7327.6834.71
Hex715E400112B38251c23
Octal1611361000215370453443
Binary11100011011110100000001000110101111100010010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715E40; }

 p { color: rgb(113,94,64); }

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

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

 a { background-color: rgb(113,94,64); }

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

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

 span { border-color: rgb(113,94,64); }

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