#705D36

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

Shades of Yellow Metal #705D36

Tints of Yellow Metal #705D36

Color information

#705D36 (or 0x705D36) is unknown color: approx Yellow Metal. HEX triplet: 70, 5D and 36. RGB value is (112,93,54). Sum of RGB (Red+Green+Blue) = 112+93+54=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D36 is #8FA2C9. Grayscale: #5E5E5E. Windows color (decimal): -9413322 or 3562864. OLE color: 3562864.

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

Color convert

RGB1129354-
CMYK00.170.520.56
HSL40.34º34.94%32.55%-
HSV(B)40.34º51.79%43.92%-
XYZ11.2611.545.12-
YUV94.24105.29140.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=43.24%
G=35.91%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112935400.170.520.5640.3434.9432.55
Hex705D360113438282321
Octal160135660216470504341
Binary11100001011101110110010001110100111000101000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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