#756448

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

Shades of Soya Bean #756448

Tints of Soya Bean #756448

Color information

#756448 (or 0x756448) is unknown color: approx Soya Bean. HEX triplet: 75, 64 and 48. RGB value is (117,100,72). Sum of RGB (Red+Green+Blue) = 117+100+72=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756448 is #8A9BB7. Grayscale: #666666. Windows color (decimal): -9083832 or 4744309. OLE color: 4744309.

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

Color convert

RGB11710072-
CMYK00.150.380.54
HSL37.33º23.81%37.06%-
HSV(B)37.33º38.46%45.88%-
XYZ13.0613.368.02-
YUV101.89111.13138.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=40.48%
G=34.60%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171007200.150.380.5437.3323.8137.06
Hex7564480F2636251825
Octal1651441100174666453045
Binary1110101110010010010000111110011011011010010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756448; }

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

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

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

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

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

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

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

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