#756849

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

Shades of Soya Bean #756849

Tints of Soya Bean #756849

Color information

#756849 (or 0x756849) is unknown color: approx Soya Bean. HEX triplet: 75, 68 and 49. RGB value is (117,104,73). Sum of RGB (Red+Green+Blue) = 117+104+73=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #756849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756849 is #8A97B6. Grayscale: #686868. Windows color (decimal): -9082807 or 4810869. OLE color: 4810869.

HSL color Cylindrical-coordinate representation of color #756849: hue angle of 42.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #756849 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB11710473-
CMYK00.110.380.54
HSL42.27º23.16%37.25%-
HSV(B)42.27º37.61%45.88%-
XYZ13.4914.168.33-
YUV104.35110.31137.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=39.80%
G=35.37%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171047300.110.380.5442.2723.1637.25
Hex7568490B26362a1725
Octal1651501110134666522745
Binary1110101110100010010010101110011011011010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756849; }

 p { color: rgb(117,104,73); }

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

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

 a { background-color: rgb(117,104,73); }

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

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

 span { border-color: rgb(117,104,73); }

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