Html Css Color HEX #746149 Soya Bean

📋 copy color: '#746149'

red 116 ◦ green 97 ◦ blue 73

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

Shades of Soya Bean #746149

Tints of Soya Bean #746149

RGB

 RED value IS 116 (45.7% from 255) = 40.56%

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

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

R = 40.56%
G = 33.92%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#746149 (or 0x746149) is known color: Soya Bean. HEX triplet: 74, 61 and 49. RGB value is (116,97,73). Sum of RGB (Red+Green+Blue) = 116+97+73=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #746149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746149 is #8B9EB6. Grayscale: #646464. Windows color (decimal): -9150135 or 4809076. OLE color: 4809076.

HSL color Cylindrical-coordinate representation of color #746149: hue angle of 33.49º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #746149 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 97 73 -
CMYK 0 0.16 0.37 0.55
HSL 33.49º 0.23% 0.37% -
HSV(B) 33.49º 0.37% 0.45% -
XYZ 12.68 12.74 8.09 -
YUV 99.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 116 97 73 0 0.16 0.37 0.55 33.49 0.23 0.37
Hex 74 61 49 0 10 25 37 21 17 25
Octal 164 141 111 0 20 45 67 41 27 45
Binary 1110100 1100001 1001001 0 10000 100101 110111 100001 10111 100101

Color Harmonies of #746149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746149

Black with #746149

Text Example


Text Example

White with #746149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746149; }

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

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

background-color css

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

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

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

border-color css

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

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

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