Html Css Color HEX #756749 Soya Bean

📋 copy color: '#756749'

red 117 ◦ green 103 ◦ blue 73

#756749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soya Bean #756749

Tints of Soya Bean #756749

RGB

 RED value IS 117 (46.09% from 255) = 39.93%

 GREEN value IS 103 (40.63% from 255) = 35.15%

 BLUE value IS 73 (28.91% from 255) = 24.91%

R = 39.93%
G = 35.15%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#756749 (or 0x756749) is known color: Soya Bean. HEX triplet: 75, 67 and 49. RGB value is (117,103,73). Sum of RGB (Red+Green+Blue) = 117+103+73=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #756749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756749 is #8A98B6. Grayscale: #676767. Windows color (decimal): -9083063 or 4810613. OLE color: 4810613.

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

Color convert

RGB 117 103 73 -
CMYK 0 0.12 0.38 0.54
HSL 40.91º 0.23% 0.37% -
HSV(B) 40.91º 0.38% 0.46% -
XYZ 13.39 13.96 8.29 -
YUV 103.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 117 103 73 0 0.12 0.38 0.54 40.91 0.23 0.37
Hex 75 67 49 0 C 26 36 29 17 25
Octal 165 147 111 0 14 46 66 51 27 45
Binary 1110101 1100111 1001001 0 1100 100110 110110 101001 10111 100101

Color Harmonies of #756749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756749

Black with #756749

Text Example


Text Example

White with #756749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756749; }

 p { color: rgb(117,103,73); }

 H1.HeaderClassName
 {
   color: #756749;
 }
 .AnyTagClassName
 {
   color: #756749;
 }
</style>

background-color css

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

 a { background-color: rgb(117,103,73); }

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

border-color css

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

 span { border-color: rgb(117,103,73); }

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