Html Css Color HEX #756149 Soya Bean

📋 copy color: '#756149'

red 117 ◦ green 97 ◦ blue 73

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

Shades of Soya Bean #756149

Tints of Soya Bean #756149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

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

R = 40.77%
G = 33.8%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#756149 (or 0x756149) is known color: Soya Bean. HEX triplet: 75, 61 and 49. RGB value is (117,97,73). Sum of RGB (Red+Green+Blue) = 117+97+73=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756149 is #8A9EB6. Grayscale: #646464. Windows color (decimal): -9084599 or 4809077. OLE color: 4809077.

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

Color convert

RGB 117 97 73 -
CMYK 0 0.17 0.38 0.54
HSL 32.73º 0.23% 0.37% -
HSV(B) 32.73º 0.38% 0.46% -
XYZ 12.81 12.81 8.1 -
YUV 100.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 117 97 73 0 0.17 0.38 0.54 32.73 0.23 0.37
Hex 75 61 49 0 11 26 36 21 17 25
Octal 165 141 111 0 21 46 66 41 27 45
Binary 1110101 1100001 1001001 0 10001 100110 110110 100001 10111 100101

Color Harmonies of #756149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756149

Black with #756149

Text Example


Text Example

White with #756149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756149; }

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

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

background-color css

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

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

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

border-color css

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

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

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