#756149

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

Shades of Soya Bean #756149

Tints of Soya Bean #756149

Color information

#756149 (or 0x756149) is unknown color: approx Soya Bean. HEX triplet: 75, 61 and 49. RGB value is (117,97,73). Sum of RGB (Red+Green+Blue) = 117+97+73=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756149 is #8A9EB6. Grayscale: #646464. Windows color (decimal): -9084599 or 4809077. OLE color: 4809077.

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

Color convert

RGB1179773-
CMYK00.170.380.54
HSL32.73º23.16%37.25%-
HSV(B)32.73º37.61%45.88%-
XYZ12.8112.818.1-
YUV100.24112.63139.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=40.77%
G=33.80%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117977300.170.380.5432.7323.1637.25
Hex7561490112636211725
Octal1651411110214666412745
Binary11101011100001100100101000110011011011010000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756149; }

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

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

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

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

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

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

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

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