#756348

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

Shades of Soya Bean #756348

Tints of Soya Bean #756348

Color information

#756348 (or 0x756348) is unknown color: approx Soya Bean. HEX triplet: 75, 63 and 48. RGB value is (117,99,72). Sum of RGB (Red+Green+Blue) = 117+99+72=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #756348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756348 is #8A9CB7. Grayscale: #656565. Windows color (decimal): -9084088 or 4744053. OLE color: 4744053.

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

Color convert

RGB1179972-
CMYK00.150.380.54
HSL36º23.81%37.06%-
HSV(B)36º38.46%45.88%-
XYZ12.9713.177.99-
YUV101.3111.46139.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 72 (28.52% from 255) = 25%
R=40.62%
G=34.38%
B=25%

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
Decimal117997200.150.380.543623.8137.06
Hex7563480F2636241825
Octal1651431100174666443045
Binary1110101110001110010000111110011011011010010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756348; }

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

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

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

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

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

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

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

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