#705D40

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

Shades of Yellow Metal #705D40

Tints of Yellow Metal #705D40

Color information

#705D40 (or 0x705D40) is unknown color: approx Yellow Metal. HEX triplet: 70, 5D and 40. RGB value is (112,93,64). Sum of RGB (Red+Green+Blue) = 112+93+64=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D40 is #8FA2BF. Grayscale: #5F5F5F. Windows color (decimal): -9413312 or 4218224. OLE color: 4218224.

HSL color Cylindrical-coordinate representation of color #705D40: hue angle of 36.25º degrees, saturation: 0.27, 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 #705D40 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB1129364-
CMYK00.170.430.56
HSL36.25º27.27%34.51%-
HSV(B)36.25º42.86%43.92%-
XYZ11.5211.646.49-
YUV95.38110.29139.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 93 (36.72% from 255) = 34.57%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=41.64%
G=34.57%
B=23.79%

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
Decimal112936400.170.430.5636.2527.2734.51
Hex705D400112B38241b23
Octal1601351000215370443343
Binary11100001011101100000001000110101111100010010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705D40; }

 p { color: rgb(112,93,64); }

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

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

 a { background-color: rgb(112,93,64); }

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

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

 span { border-color: rgb(112,93,64); }

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