#756345

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

Shades of Soya Bean #756345

Tints of Soya Bean #756345

Color information

#756345 (or 0x756345) is unknown color: approx Soya Bean. HEX triplet: 75, 63 and 45. RGB value is (117,99,69). Sum of RGB (Red+Green+Blue) = 117+99+69=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #756345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756345 is #8A9CBA. Grayscale: #656565. Windows color (decimal): -9084091 or 4547445. OLE color: 4547445.

HSL color Cylindrical-coordinate representation of color #756345: hue angle of 37.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756345 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1179969-
CMYK00.150.410.54
HSL37.5º25.81%36.47%-
HSV(B)37.5º41.03%45.88%-
XYZ12.8713.147.49-
YUV100.96109.96139.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=41.05%
G=34.74%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117996900.150.410.5437.525.8136.47
Hex7563450F2936261a24
Octal1651431050175166463244
Binary1110101110001110001010111110100111011010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756345; }

 p { color: rgb(117,99,69); }

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

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

 a { background-color: rgb(117,99,69); }

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

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

 span { border-color: rgb(117,99,69); }

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