Html Css Color HEX #746548 Soya Bean

📋 copy color: '#746548'

red 116 ◦ green 101 ◦ blue 72

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

Shades of Soya Bean #746548

Tints of Soya Bean #746548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

 BLUE value IS 72 (28.52% from 255) = 24.91%

R = 40.14%
G = 34.95%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#746548 (or 0x746548) is known color: Soya Bean. HEX triplet: 74, 65 and 48. RGB value is (116,101,72). Sum of RGB (Red+Green+Blue) = 116+101+72=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #746548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746548 is #8B9AB7. Grayscale: #666666. Windows color (decimal): -9149112 or 4744564. OLE color: 4744564.

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

Color convert

RGB 116 101 72 -
CMYK 0 0.13 0.38 0.55
HSL 39.55º 0.23% 0.37% -
HSV(B) 39.55º 0.38% 0.45% -
XYZ 13.03 13.49 8.05 -
YUV 102.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 116 101 72 0 0.13 0.38 0.55 39.55 0.23 0.37
Hex 74 65 48 0 D 26 37 28 17 25
Octal 164 145 110 0 15 46 67 50 27 45
Binary 1110100 1100101 1001000 0 1101 100110 110111 101000 10111 100101

Color Harmonies of #746548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746548

Black with #746548

Text Example


Text Example

White with #746548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746548; }

 p { color: rgb(116,101,72); }

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

background-color css

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

 a { background-color: rgb(116,101,72); }

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

border-color css

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

 span { border-color: rgb(116,101,72); }

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