#756148

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

Shades of Soya Bean #756148

Tints of Soya Bean #756148

Color information

#756148 (or 0x756148) is unknown color: approx Soya Bean. HEX triplet: 75, 61 and 48. RGB value is (117,97,72). Sum of RGB (Red+Green+Blue) = 117+97+72=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756148 is #8A9EB7. Grayscale: #646464. Windows color (decimal): -9084600 or 4743541. OLE color: 4743541.

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

Color convert

RGB1179772-
CMYK00.170.380.54
HSL33.33º23.81%37.06%-
HSV(B)33.33º38.46%45.88%-
XYZ12.7812.87.93-
YUV100.13112.13140.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=40.91%
G=33.92%
B=25.17%

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
Decimal117977200.170.380.5433.3323.8137.06
Hex7561480112636211825
Octal1651411100214666413045
Binary11101011100001100100001000110011011011010000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756148; }

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

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

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

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

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

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

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

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