#756045

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

Shades of Soya Bean #756045

Tints of Soya Bean #756045

Color information

#756045 (or 0x756045) is unknown color: approx Soya Bean. HEX triplet: 75, 60 and 45. RGB value is (117,96,69). Sum of RGB (Red+Green+Blue) = 117+96+69=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #756045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756045 is #8A9FBA. Grayscale: #636363. Windows color (decimal): -9084859 or 4546677. OLE color: 4546677.

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

Color convert

RGB1179669-
CMYK00.180.410.54
HSL33.75º25.81%36.47%-
HSV(B)33.75º41.03%45.88%-
XYZ12.5912.587.39-
YUV99.2110.96140.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=41.49%
G=34.04%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117966900.180.410.5433.7525.8136.47
Hex7560450122936221a24
Octal1651401050225166423244
Binary11101011100000100010101001010100111011010001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756045; }

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

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

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

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

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

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

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

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