#705F3C

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

Shades of Yellow Metal #705F3C

Tints of Yellow Metal #705F3C

Color information

#705F3C (or 0x705F3C) is unknown color: approx Yellow Metal. HEX triplet: 70, 5F and 3C. RGB value is (112,95,60). Sum of RGB (Red+Green+Blue) = 112+95+60=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F3C is #8FA0C3. Grayscale: #606060. Windows color (decimal): -9412804 or 3956592. OLE color: 3956592.

HSL color Cylindrical-coordinate representation of color #705F3C: hue angle of 40.38º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705F3C is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1129560-
CMYK00.150.460.56
HSL40.38º30.23%33.73%-
HSV(B)40.38º46.43%43.92%-
XYZ11.5911.965.97-
YUV96.09107.63139.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 95 (37.5% from 255) = 35.58%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=41.95%
G=35.58%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112956000.150.460.5640.3830.2333.73
Hex705F3C0F2E38281e22
Octal160137740175670503642
Binary111000010111111111000111110111011100010100011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,95,60); }

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

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

 a { background-color: rgb(112,95,60); }

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

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

 span { border-color: rgb(112,95,60); }

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