#736449

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

Shades of Soya Bean #736449

Tints of Soya Bean #736449

Color information

#736449 (or 0x736449) is unknown color: approx Soya Bean. HEX triplet: 73, 64 and 49. RGB value is (115,100,73). Sum of RGB (Red+Green+Blue) = 115+100+73=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #736449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736449 is #8C9BB6. Grayscale: #656565. Windows color (decimal): -9214903 or 4809843. OLE color: 4809843.

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

Color convert

RGB11510073-
CMYK00.130.370.55
HSL38.57º22.34%36.86%-
HSV(B)38.57º36.52%45.1%-
XYZ12.8313.248.18-
YUV101.41111.97137.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=39.93%
G=34.72%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151007300.130.370.5538.5722.3436.86
Hex7364490D2537271625
Octal1631441110154567472645
Binary1110011110010010010010110110010111011110011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736449; }

 p { color: rgb(115,100,73); }

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

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

 a { background-color: rgb(115,100,73); }

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

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

 span { border-color: rgb(115,100,73); }

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