Html Css Color HEX #746749 Soya Bean

📋 copy color: '#746749'

red 116 ◦ green 103 ◦ blue 73

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

Shades of Soya Bean #746749

Tints of Soya Bean #746749

RGB

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

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

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

R = 39.73%
G = 35.27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#746749 (or 0x746749) is known color: Soya Bean. HEX triplet: 74, 67 and 49. RGB value is (116,103,73). Sum of RGB (Red+Green+Blue) = 116+103+73=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #746749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746749 is #8B98B6. Grayscale: #676767. Windows color (decimal): -9148599 or 4810612. OLE color: 4810612.

HSL color Cylindrical-coordinate representation of color #746749: hue angle of 41.86º 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 #746749 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 103 73 -
CMYK 0 0.11 0.37 0.55
HSL 41.86º 0.23% 0.37% -
HSV(B) 41.86º 0.37% 0.45% -
XYZ 13.26 13.89 8.29 -
YUV 103.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 116 103 73 0 0.11 0.37 0.55 41.86 0.23 0.37
Hex 74 67 49 0 B 25 37 2A 17 25
Octal 164 147 111 0 13 45 67 52 27 45
Binary 1110100 1100111 1001001 0 1011 100101 110111 101010 10111 100101

Color Harmonies of #746749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746749

Black with #746749

Text Example


Text Example

White with #746749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746749; }

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

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

background-color css

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

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

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

border-color css

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

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

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