#756248

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

Shades of Soya Bean #756248

Tints of Soya Bean #756248

Color information

#756248 (or 0x756248) is unknown color: approx Soya Bean. HEX triplet: 75, 62 and 48. RGB value is (117,98,72). Sum of RGB (Red+Green+Blue) = 117+98+72=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756248 is #8A9DB7. Grayscale: #646464. Windows color (decimal): -9084344 or 4743797. OLE color: 4743797.

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

Color convert

RGB1179872-
CMYK00.160.380.54
HSL34.67º23.81%37.06%-
HSV(B)34.67º38.46%45.88%-
XYZ12.8712.997.96-
YUV100.72111.79139.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=40.77%
G=34.15%
B=25.09%

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
Decimal117987200.160.380.5434.6723.8137.06
Hex7562480102636231825
Octal1651421100204666433045
Binary11101011100010100100001000010011011011010001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756248; }

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

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

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

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

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

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

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

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