#786449

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

Shades of Soya Bean #786449

Tints of Soya Bean #786449

Color information

#786449 (or 0x786449) is unknown color: approx Soya Bean. HEX triplet: 78, 64 and 49. RGB value is (120,100,73). Sum of RGB (Red+Green+Blue) = 120+100+73=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #786449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786449 is #879BB6. Grayscale: #676767. Windows color (decimal): -8887223 or 4809848. OLE color: 4809848.

HSL color Cylindrical-coordinate representation of color #786449: hue angle of 34.47º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #786449 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB12010073-
CMYK00.170.390.53
HSL34.47º24.35%37.84%-
HSV(B)34.47º39.17%47.06%-
XYZ13.5113.598.21-
YUV102.9111.13140.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 40.96%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=40.96%
G=34.13%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201007300.170.390.5334.4724.3537.84
Hex7864490112735221826
Octal1701441110214765423046
Binary11110001100100100100101000110011111010110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786449; }

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

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

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

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

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

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

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

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