#705f48

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

Shades of Soya Bean #705F48

Tints of Soya Bean #705F48

Color information

#705F48 (or 0x705F48) is unknown color: approx Soya Bean. HEX triplet: 70, 5F and 48. RGB value is (112,95,72). Sum of RGB (Red+Green+Blue) = 112+95+72=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F48 is #8FA0B7. Grayscale: #616161. Windows color (decimal): -9412792 or 4743024. OLE color: 4743024.

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

Color convert

RGB1129572-
CMYK00.150.360.56
HSL34.5º21.74%36.08%-
HSV(B)34.5º35.71%43.92%-
XYZ11.9412.17.84-
YUV97.46113.63138.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=40.14%
G=34.05%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112957200.150.360.5634.521.7436.08
Hex705F480F2438231624
Octal1601371100174470432644
Binary1110000101111110010000111110010011100010001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705f48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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