#756549

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

Shades of Soya Bean #756549

Tints of Soya Bean #756549

Color information

#756549 (or 0x756549) is unknown color: approx Soya Bean. HEX triplet: 75, 65 and 49. RGB value is (117,101,73). Sum of RGB (Red+Green+Blue) = 117+101+73=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #756549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756549 is #8A9AB6. Grayscale: #666666. Windows color (decimal): -9083575 or 4810101. OLE color: 4810101.

HSL color Cylindrical-coordinate representation of color #756549: hue angle of 38.18º 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 #756549 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB11710173-
CMYK00.140.380.54
HSL38.18º23.16%37.25%-
HSV(B)38.18º37.61%45.88%-
XYZ13.1913.578.23-
YUV102.59111.3138.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=40.21%
G=34.71%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171017300.140.380.5438.1823.1637.25
Hex7565490E2636261725
Octal1651451110164666462745
Binary1110101110010110010010111010011011011010011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756549; }

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

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

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

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

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

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

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

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