#705E41

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

Shades of Yellow Metal #705E41

Tints of Yellow Metal #705E41

Color information

#705E41 (or 0x705E41) is unknown color: approx Yellow Metal. HEX triplet: 70, 5E and 41. RGB value is (112,94,65). Sum of RGB (Red+Green+Blue) = 112+94+65=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #705E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E41 is #8FA1BE. Grayscale: #606060. Windows color (decimal): -9413055 or 4284016. OLE color: 4284016.

HSL color Cylindrical-coordinate representation of color #705E41: hue angle of 37.02º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #705E41 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1129465-
CMYK00.160.420.56
HSL37.02º26.55%34.71%-
HSV(B)37.02º41.96%43.92%-
XYZ11.6411.836.67-
YUV96.08110.46139.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 65 (25.78% from 255) = 23.99%
R=41.33%
G=34.69%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112946500.160.420.5637.0226.5534.71
Hex705E410102A38251b23
Octal1601361010205270453343
Binary11100001011110100000101000010101011100010010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,94,65); }

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

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

 a { background-color: rgb(112,94,65); }

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

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

 span { border-color: rgb(112,94,65); }

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