#705F49

Color #705F49 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #705F49

Tints of Soya Bean #705F49

Color information

#705F49 (or 0x705F49) is unknown color: approx Soya Bean. HEX triplet: 70, 5F and 49. RGB value is (112,95,73). Sum of RGB (Red+Green+Blue) = 112+95+73=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #705F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F49 is #8FA0B6. Grayscale: #616161. Windows color (decimal): -9412791 or 4808560. OLE color: 4808560.

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

Color convert

RGB1129573-
CMYK00.150.350.56
HSL33.85º21.08%36.27%-
HSV(B)33.85º34.82%43.92%-
XYZ11.9812.118.01-
YUV97.57114.13138.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=40%
G=33.93%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112957300.150.350.5633.8521.0836.27
Hex705F490F2338221524
Octal1601371110174370422544
Binary1110000101111110010010111110001111100010001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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