#756249

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

Shades of Soya Bean #756249

Tints of Soya Bean #756249

Color information

#756249 (or 0x756249) is unknown color: approx Soya Bean. HEX triplet: 75, 62 and 49. RGB value is (117,98,73). Sum of RGB (Red+Green+Blue) = 117+98+73=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #756249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756249 is #8A9DB6. Grayscale: #646464. Windows color (decimal): -9084343 or 4809333. OLE color: 4809333.

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

Color convert

RGB1179873-
CMYK00.160.380.54
HSL34.09º23.16%37.25%-
HSV(B)34.09º37.61%45.88%-
XYZ12.91138.13-
YUV100.83112.29139.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=40.62%
G=34.03%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117987300.160.380.5434.0923.1637.25
Hex7562490102636221725
Octal1651421110204666422745
Binary11101011100010100100101000010011011011010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756249; }

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

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

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

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

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

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

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

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