#746347

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

Shades of Soya Bean #746347

Tints of Soya Bean #746347

Color information

#746347 (or 0x746347) is unknown color: approx Soya Bean. HEX triplet: 74, 63 and 47. RGB value is (116,99,71). Sum of RGB (Red+Green+Blue) = 116+99+71=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #746347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746347 is #8B9CB8. Grayscale: #656565. Windows color (decimal): -9149625 or 4678516. OLE color: 4678516.

HSL color Cylindrical-coordinate representation of color #746347: hue angle of 37.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #746347 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB1169971-
CMYK00.150.390.55
HSL37.33º24.06%36.67%-
HSV(B)37.33º38.79%45.49%-
XYZ12.813.097.81-
YUV100.89111.13138.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=40.56%
G=34.62%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116997100.150.390.5537.3324.0636.67
Hex7463470F2737251825
Octal1641431070174767453045
Binary1110100110001110001110111110011111011110010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746347; }

 p { color: rgb(116,99,71); }

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

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

 a { background-color: rgb(116,99,71); }

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

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

 span { border-color: rgb(116,99,71); }

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